.d-flex{display:flex}
.f-d-col{flex-direction:column}
.btn{border-radius:2px}
.section-videos{margin-bottom:2rem}
.btn.agregar{margin-left:auto;background-color:rgba(0,0,0,0.8);color:#fff;display:flex;align-items:center}
.btn.agregar img{margin-right:5px;width:14px;height:auto}
.video-container{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}
.video-container iframe,.video-container object,.video-container embed{position:absolute;top:0;left:0;width:100%;height:100%}
.main-video{margin-bottom:3rem;background-color:#212121;padding:20px;border-radius:3px}
.main-video .bajada{color:#fafafa;padding-top:20px;font-size:1em}
.main-video .bajada p{margin-bottom:0}
.otros-videos{flex-wrap:wrap;margin-left:-10px;margin-right:-10px}
.otros-videos .item{flex:0 0 20%;padding:10px}
.otros-videos strong{font-weight:400;margin-top:5px;display:block;line-height:1.2em;font-size:.9em}


/* dandole estilos al thumb */

.otros-videos .item > div:after{content: ""; position: absolute; left: 50%; top: 50%; width: 16px; height: 16px; margin-left: -8px; margin-top: -8px;background-image: url(/a/plantillas/imgs/ico-gral/play-b.svg); background-repeat: no-repeat;background-size: cover;  z-index: 100;  }

.aspect-ratio{height:0;position:relative}
.aspect-ratio--1x1{padding-bottom:100%}
.aspect-ratio--16x9{padding-bottom: 56.25%;}
.aspect-ratio--object{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:100;background-position:center center;background-size:250px;
    filter: grayscale(100%); background-color: #000; transition: filter .2s;}

    .aspect-ratio--object:hover{ filter: grayscale(0%);}

@media only screen and (max-width: 600px) {.otros-videos .item{flex:0 0 33%}}