
#page {
    width: 100%;
    position: relative;
}

#viewport-shadow .slide {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 400px;
    overflow: hidden;
    background-color: white !important;
}
/*.carousel2 a img {
width:15px !important;
}*/

   #viewport-shadow  .slide img {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

#slider-viewport {
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin: 0 auto;
}

#time-indicator {
    margin: 1px 0;
    width: 0px;
    height: 3px;
    background-color: var(--darkColor1);
}

.goto-slide {
    margin-left: 10px;
    width: 14px;
    height: 14px;
    display: block;
    float: left;
    background-color: #efefef;
    border-radius: 8px;
    box-shadow: 4px 4px 10px black;
}

.slider-controls .current {
    background-color: black;
}

#slider-shadow {
    padding: 0 0 35px;
    background: url(../img/box-shadow.png) center bottom no-repeat;
}

.slider-controls {
    overflow: hidden;
    position: absolute;
    bottom: 20px;
    left: calc(50% - 50px);
    z-index: 99;
}

/* pagination example */
.controls, .controls li {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#controls {
    float: right;
}

    #controls li {
        display: inline;
    }

        #controls li a {
            display: block;
            float: left;
            padding: 4px 6px;
            color: white;
            margin: 0 0 0 4px;
            text-decoration: none;
            font-weight: bold;
            text-transform: uppercase;
        }

#effect-selector {
    position: absolute;
    top: 0;
    right: 0;
}

#next, #prev {
    text-decoration: none;
    position: absolute;
    top: calc(50% - 20px);
    z-index: 1;
    font-size: 35px;
    text-shadow: 0px 0px 10px black;
    color: white;
}

.float-left-arrow-slider-modernizr {
    left: 20px;
}

.float-right-arrow-slider-modernizr {
    right: 20px;
}

.text-selection-none {
    user-select: none; /* supported by Chrome and Opera */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none;
}

.mb-slideshow-2-context {
    position: absolute !important;
    z-index: 5 !important;
    width: 100%;
    height: 50%;
    top: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .mb-slideshow-2-context .title,.subTitle {
        text-shadow:0px 0px 5px black;
        color:white;
    }

    .mb-slideshow-2-context .title {
        padding: 5px 56px;
        text-align: center;
        font-size: 30px;
    }

    .mb-slideshow-2-context .subTitle {
        font-size: 20px;
        padding: 5px 56px;
        text-align: center;
    }

    .mb-slideshow-2-context .button button {
        display: inline-block;
        border-radius: 150px;
        background-color: #f4511e;
        border: none;
        color: #FFFFFF;
        text-align: center;
        font-size: 15px;
        padding: 7px 20px;
        transition: all 0.5s;
        cursor: pointer;
        margin: 5px;
    }


@media screen and (max-width: 500px) {
    #viewport-shadow .slide {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 150px;
        overflow: hidden;
        background-color: white !important;
    }
}