.videoTitle.title.sectionName {
    font-family: bebas-neue, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 130px 0 60px;
    text-transform: uppercase;
    color: #ffff;
    font-size: 60px;
    display: block;
    text-align: center;
}
div#videoSection > div {
    display: inline-block;
    width: 510px;
    vertical-align: top;
}
div#videoSection > div:first-child {
    margin-right: 0px;
}
div#videoSection {
    text-align: center;
}
.video-section {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    margin-bottom: 0;
}
.preplay {
    cursor: pointer;
    width: 26.11px;
    height: 26.11px;
    display: inline-block;
    /* background: url(../images/playbutton.png) no-repeat; */
    background-size: 100% auto;
    z-index: 1;
    position: absolute;
    vertical-align: bottom;
    bottom: 19px;
    right: 18px;
}
.videoOuterWrapper1 {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.streambutton.buttonstyle.container a span {
    font-size: 16px;
}
.videoOuterWrapper1 iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.youtubeTitle {
    display: block;
    position: absolute;
    font-size: 13px;
    bottom: 19px;
    left: 18px;
    color: #fff;
}
ul.videoSectionPage .owl-stage {
    margin: 0 auto;
}
div#playbutton img:hover{
    opacity: 0.6;
}
@media only screen and (max-width:1023px) {
    div#videoSection > div:first-child {
        margin: 15px auto;
    }

    div#videoSection {
        text-align: center;
        margin-bottom: 100px;
    }

    div#videoSection > div {
        display: block;
        width: 301px;
    }

}

@media only screen and (max-width:767px) {

    div#videoSection > div {
        display: block;
        width: 301px;
        margin: 15px auto;
    }

    div#videoSection > div:first-child {
        margin: 15px auto;
    }

    .videoTitle.title.sectionName {
        font-family: bebas-neue, sans-serif;
        font-weight: 400;
        font-style: normal;
        margin: 110px 0 60px;
        text-transform: uppercase;
        color: #ffff;
        font-size: 60px;
        display: block;
        text-align: center;
    }


}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape){

    div#videoSection > div:first-child {
        /* margin-right: 59px; */
        margin: 15px auto;
    }
}


div#videoSectionstart {
    width: 80%;
    margin: 0 auto;
}
.video-embed {
    position: relative;
}
.thumbnail-img, .thumbnail-image, .videoiframe-wrapper {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}
.video-thumbnails {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 1.3vw;
}
.owl-carousel.owl-loaded{
padding: 0px;
}
li.video {
    position: relative;
}
span.youtubeplay {
    position: absolute;
    top: 50%;
    left: 49%;
    width: 13%;
    transform: translate(-50%, -50%);
max-width: 25px;
}
.thumbnail-image span.youtubeplay {
    width: 13%;
}
iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
@media(max-width: 1023px){
.video-thumbnails {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 15px;
}

}

.videoName {
    display: block;
    position: absolute;
    font-size: 13px;
    bottom: 19px;
    left: 18px;
    color: #fff;
}
#player span.youtubeplay {
    position: absolute;
    right: 5px;
    bottom: 7px;
    top: unset;
    left: unset;
}

#videoSectionstart button.owl-prev {
    position: absolute;
    top: 35%;
    left: -5%;
    background: url(../images/leftarr1-white.svg) no-repeat center !important;
    width: 2vw;
    height: 4vw;
}
#videoSectionstart button.owl-next{
    position: absolute;
    top: 35%;
    right: -5%;
    background: url(../images/rightarr1-white.svg) no-repeat center !important;
    width: 2vw;
    height: 4vw;
}


@media (max-width: 1023px){
#videoSectionstart button.owl-prev {
    position: absolute;
    top: 40%;
    left: -8%;
    background: url(../images/leftarr1-white.svg) no-repeat center !important;
    width: 14px;
    height: 19px;
}
#videoSectionstart button.owl-next {
    position: absolute;
    top: 40%;
    right: -8%;
    background: url(../images/rightarr1-white.svg) no-repeat center !important;
    width: 14px;
    height: 19px;
}
}


div#videoSectionstart, div#music-content {
    max-width: 1150px;
}
.videoName{
    bottom: 9px;
}
#player span.youtubeplay{
    bottom: 0px;
}
#player span.youtubeplay {
    cursor: pointer;
}