.slideshow {
    -webkit-transform: translate3d(0, 0, 0);
    width: 100%;
    height: auto;
    max-height: 365px;
}

.mySlides {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
}

.backgnd {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.backgnd a img{
    width: 100%;
    height: auto;
}

.mbackgnd {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.mbackgnd a img{
    width: 100%;
    height: auto;
}

.vidframe {
    position: absolute;
    width: 50%;
    height: 74%;
    top: 13%;
    left: 47%;
    z-index: 5;
}

.carousel-wrapper {
    width: 96%;
    height: 25px;
    background-color: #017269;
    color: #dddddd;
    text-align: center;
    font-size: 18px;
    padding: 0.01em 2%;
}

.left-arrow {
    float: left;
}

.right-arrow {
    float: right;
}

.left-arrow:hover, .right-arrow:hover, .dots:hover {
    color: #ffffff;
}

.left-arrow, .right-arrow, .dots {
    cursor: pointer;
}

.dot {
    height: 13px;
    width: 13px;
    padding: 0;
    background-color: transparent;
    border: 1px solid #dddddd;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

.filled-dot {
    background-color: #dddddd !important;
}

.bcalendar {
    padding-top: 15px;
    display: none;
    width: 50%;
    height: 640px;
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.mcalendar {
    padding: 3%;
    display: none;
    width: 94%;
    max-width: 450px;
    height: 640px;
    position: absolute;
    top: -9999px;
    left: -9999px;
}

@media screen and (max-width: 480px) {
    .slideshow {
        max-height: 640px;
    }
    
    .mbackgnd {
        display: block;
    }
    
    .vidframe {
        width: 100%;
        height: 42%;
        top: 0;
        left: 0;
        max-height: 320px;
    }
    
    .mcalendar {
        position: static;
        display: block;
    }
}

@media screen and (min-width: 481px) {
    .backgnd {
        display: block;
    }
    
    .bcalendar {
        position: static;
        display: block;
    }
}