.fs-video-gallery {
    position: relative;
    width: 100%;
    background: #1e1e1e;
}

.fs-video-gallery .display-img {
    max-width: 100%;
    min-width: 100%;
}

.play-btn-large {
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.jcarousel {
    position: relative;
    overflow: hidden;
}

.subvideo-gallery {
    padding: 15px 0 13px;
    background: #1e1e1e;
    text-align: center;
}

.jcarousel .jcarousel-container {
    align-items: center;
    list-style: none;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding: 0 32px;
}

.jcarousel-container {
    width: 100%!important;
}

div.subvideo-gallery li {
    list-style-type: none;
    padding-right: 0!important;
}

div.subvideo-gallery li button {
    display: block;
    text-align: center;
    position: relative;
    margin: 0 10px 15px;
    line-height: 0;
}

 .subvideo-gallery .featured-img {
    border: 2px solid #cecece;
    width: 140px;
}

.subvideo-gallery .play-btn {
    height: 35px;
    width: 35px;
    left: 50%;
    top: 50%!important;
    transform: translate(-50%, -50%);
    opacity: .70;
    position: absolute;
}


.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.fs-video-gallery iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
}

@media screen and (max-width: 768px) {
.play-btn-large {
width: 130px;
height: 130px;
margin-top: -65px;
margin-left: -65px;
position: absolute;
top: 50%;
left: 50%;
}
}

@media screen and (max-width: 500px) {
.play-btn-large {
width: 80px;
height: 80px;
margin-top: -40px;
margin-left: -40px;
position: absolute;
top: 50%;
left: 50%;
}
    
.subvideo-gallery .featured-img {
width: 112px;
}   
}

