.videoContent {
    max-width: 640px;
    margin: 0 auto;
    width: 100%;
}

.videoContent .albumsection, .tour-wrapper {
    padding-top: 40px;
}

.videoThumbnailAndIcon {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    font-size: 0;
    cursor: pointer;
}

.videoThumbnailAndIcon .videoThumbnail,.videoThumbnailAndIcon .playIcon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.videoThumbnailAndIcon .videoThumbnail {
    width: 100%;
    height: auto;
}



.showEmbed .videoThumbnail,
.showEmbed .playIcon {
    display: none;
}


.videoThumbnailAndIcon iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.video-inner-wrapper {
    padding-bottom: 56.25%;
    height: 0;
    position: relative;
    width: 100%;
}
.video-inner-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.owl-theme .owl-nav.disabled + .owl-dots{
    display: none;
}
#videosec .owl-carousel .owl-item{
    margin: 0 !important;
}
.fa-play {
    background: url(../images/play-icon.svg) no-repeat center center transparent;
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 0;
    padding: 2px;
    z-index: 2;
    background-color: #fff;
}

@media only screen and (max-width: 767px) {

    
    .videoContent,.albumsection{
        padding-top:8%;
    }
}
.videoContent#videosec{
    max-width: 100%; 
}

#videosec .owl-carousel .owl-stage{
   padding-left: 0 !important;
   /* padding-right: 0 !important;  */
}
@media only screen and (min-width: 768px) {
    #videosec .owl-carousel .owl-item{
        max-width: 100%; 
    }
    }

@media only screen and (min-width: 1025px) {
    #videosec .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        z-index: 2;
        text-align: center;
        /* display: inline-block; */
    }
    .videoContent#videosec {
        max-width: 100%;
        text-align: center;
    }
    }