
.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
    z-index: 0;
}

.youtube img {
    width: 100%;
    top: -16.82%;
    left: 0;
    opacity: .9;
}

.youtube img.small {
    top: -15px;
}

.youtube .play-button {
    width: 60px;
    height: 42px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
    
}

.youtube .play-button:hover {
    background: #e52d27;
    background: -webkit-linear-gradient(#e52d27, #c0171d);
    background: -o-linear-gradient(#e52d27, #c0171d);
    background: -moz-linear-gradient(#e52d27, #c0171d);
    background: linear-gradient(#e52d27, #c0171d)
}

.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26px;
    border-color: transparent transparent transparent #fff
}

.youtube img,
.youtube .play-button {
    cursor: pointer
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute
}

.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0)
}

.youtube iframe {
    border:none;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.youtube-conheca-wdl {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 73.25%;
    overflow: hidden;
    cursor: pointer;
    z-index: 0;
    border-radius: 5px;
    width: 300px;
    margin-left: -1px;
    margin-top: -1px;
}

.youtube-conheca-wdl img {
    width: 100%;
    top: -16.82%;
    left: 0;
    opacity: .9;
}

.youtube-conheca-wdl img.small {
    top: -2px;
    width: 119%;
    height: 103%;
}

.youtube-conheca-wdl .play-button {
    width: 60px;
    height: 42px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
    
}

.youtube-conheca-wdl .play-button:hover {
    background: #e52d27;
    background: -webkit-linear-gradient(#e52d27, #c0171d);
    background: -o-linear-gradient(#e52d27, #c0171d);
    background: -moz-linear-gradient(#e52d27, #c0171d);
    background: linear-gradient(#e52d27, #c0171d)
}

.youtube-conheca-wdl .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26px;
    border-color: transparent transparent transparent #fff
}

.youtube-conheca-wdl img,
.youtube-conheca-wdl .play-button {
    cursor: pointer
}

.youtube-conheca-wdl img,
.youtube-conheca-wdl iframe,
.youtube-conheca-wdl .play-button,
.youtube-conheca-wdl .play-button:before {
    position: absolute
}

.youtube-conheca-wdl .play-button,
.youtube-conheca-wdl .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0)
}

.youtube-conheca-wdl iframe {
    border:none;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.youtube-como-funciona {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
    z-index: 2;
}

.youtube-como-funciona img {
    width: 100%;
    top: -16.82%;
    left: 0;
    opacity: .9;
}

.youtube-como-funciona img.small {
    top: -15px;
}

.youtube-como-funciona .play-button {
    width: 60px;
    height: 42px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
    
}

.youtube-como-funciona .play-button:hover {
    background: #e52d27;
    background: -webkit-linear-gradient(#e52d27, #c0171d);
    background: -o-linear-gradient(#e52d27, #c0171d);
    background: -moz-linear-gradient(#e52d27, #c0171d);
    background: linear-gradient(#e52d27, #c0171d)
}

.youtube-como-funciona .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26px;
    border-color: transparent transparent transparent #fff
}

.youtube-como-funciona img,
.youtube-como-funciona .play-button {
    cursor: pointer
}

.youtube-como-funciona img,
.youtube-como-funciona iframe,
.youtube-como-funciona .play-button,
.youtube-como-funciona .play-button:before {
    position: absolute
}

.youtube-como-funciona .play-button,
.youtube-como-funciona .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0)
}

.youtube-como-funciona iframe {
    border:none;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}
@media (min-width: 992px) and (max-width: 1200px){
    .youtube img.small {
    top: -15px;
    max-height: 120%!important;
    height: 120%!important;
    }
}
