.custom {
    position: absolute;
    height: 100%;
    width: 100%;
}

#heldinwrapper {
    position: relative;
    top: 10%;
    left: 17%;
    width: 82%;
    height: 110%;
    overflow: hidden;
}

.debug #heldinwrapper { /* debug */
    border: magenta solid 2px;
}

#heldin {
    width: 62%;
}

#heldin > img {
    min-width: 30%;
    width: 100%;
}


.ce_sliderStart {
    height: 100%;
}
.content-slider {
    height: 82%;
    text-align: center;
}
.slider-wrapper {
    height: 100%;
}
.slider-control {
    bottom: 0;
}
.slider-menu {
    top: -5px !important;
}
.ce_text > p, p > strong {
	font-size: 2.8vh;
}

/*.content-slider .ce_text:last-of-type {
    top: 0px;
    height: 120px;
    position: absolute;
}*/

.mod_article [class*="ce_text"] {
    /*margin: 0;*/
}

#main .mod_article {
    left: 8%;
    top: 19.5%;
    width: 37%;
    height: 23%;
    /* max-width: 80%; */
    min-height: 100px;
    max-height: 70%;
    overflow: auto;
}

.ce_text {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/*
.mod_article {
    position: relative;
    top: 17%;
    left: 11%;
    width: 30%;
    height: 20%;
}
*/
.slider-wrapper>* {
	padding-left: 0;
	padding-right: 0;
}
