/* CSS dinâmico para #video-produto-video */

#video-produto-video h2,
#video-produto-video p { color: #fff; text-align: center; line-height: 1.1; }
#video-produto-video h4 small { color: #888; }

.work-video-scroller {
    overflow: hidden;
}

.work-video-scroller .scroll-item {
    list-style-type: none;
    width: 70%;
    padding-bottom: 0;
    z-index: 0;
	margin: auto;
}

.work-video-scroller .scroll-item img {
    height: 20em;
    border-radius: 10px;
    object-fit: cover;
    z-index: 1;
}

.work-video-scroller .video-title {
    padding-left: 0.5em;
    padding-bottom: 0;
    color: #fff;
}

.work-video-scroller i {
    color: #ddd;
}


.scroll-video-frame {
    width: 100%; padding: 3px;
}

.scroll-video-frame div {
    position: relative;
    padding-bottom: 56.15%;
    height: 0;
    overflow: hidden;
}

.scroll-video-frame div iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 10px;
}

	

	
/* -------------------------------------------------------------- */			
/* Comum a mobile vertical e horizontal */
@media only screen and (max-width: 767px) {

	.work-video-scroller .scroll-item {
        width: 90%;
        padding-left: 1em;
        padding-right: 1em;
    }

}