.videoThumbnailAndIcon {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    font-size: 0;
    cursor: pointer;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
    overflow: hidden;
}

.videoWrapper {
    width: 75%;
    margin: 0 auto;
}

.videoThumbnailAndIcon .videoThumbnail {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.videoThumbnail img {
    width: 100%;
    height: 100%;
}

/*.videoThumbnailAndIcon .playIcon {
    left: 5%;
    bottom: 2%;
    top:auto;
}*/

.videoThumbnailAndIcon .videoThumbnail {
    width: 100%;
    height: 100%;
}

.videoThumbnailAndIcon .playIcon {
    /*width: 25px;
    font-size: 25px;
    line-height: 25px;
    height: 25px;
    width: 70px;
    font-size: 38px;
    line-height: 75px;
    height: 70px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 38px;*/
}

.videoThumbnailAndIcon .playIcon {
    bottom: 2.3vw;
    /* position: absolute; */
    width: 100%;
}

.placeholder {
    letter-spacing: 0px;
    font-size: 28px;
    font-family: 'Arial';
    font-weight: normal;
    padding-left: 2.4vw;
    display: inline-block;
    float: left;
    color: #FFDB85;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.videoThumbnailAndIcon .playIcon a {
    bottom: 0;
    top: 50%;
    left: 50%;

}

.playIcon a {
    display: inline-block;
    width: 5%;
    right: 2.6vw;
    position: absolute;
    bottom: 0vw;
}

.showEmbed .videoThumbnail,
.showEmbed .playIcon {
    display: none;
}

.videoThumbnailAndIcon iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

div#videosec {
    padding: 200px 0 0 0;
    max-width: 100%;
    margin: 0 auto;
}

.interiorpage .nav-toggle span {
    background: #FFDB85;
}

@media only screen and (min-width: 1025px) {
    div#videosec {
        padding: 200px 0 100px 0;
    }
}

@media only screen and (max-width: 767px) {
    .homepage .logoWrapper {
        width: 85%;
        margin: 0 auto;
        max-width: 100%;
        margin: 0 auto;
        /* padding-top: 26px; */
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    .overlays .menu-content ul.menu.showed {
        opacity: 1;
    }

    #firstMlistForm #secondform select {
        background: url(../images/drop.png) no-repeat #d5d5d5 center right !important;
        background-size: 14% auto !important;
        -webkit-appearance: none;
    }

    .tour_mlist div#thankyou {
        margin-top: 15px;
    }

}

@media only screen and (max-width: 767px) and (orientation:landscape) {
    body .mlLightbox div#firstMlistForm {
        padding: 10% 0;
        width: 300px;
        margin: 0 auto;
    }

    body .mlLightbox {
        overflow: scroll;
    }
}

@media only screen and (max-width: 767px) and (orientation:portrait) {
    .footerImg img {
        margin-bottom: 70px;
    }
}

.videoThumbnail:hover img {
    transform: scale(1.3);
    transform-origin: 50% 50%;
}

img {
    transition: all 0.4s ease-in-out;
}

.videoPage .footerSocial {
    padding-bottom: 60px;
}