
/* VIDEO */

.page-node-type-stand .field--name-field-youtube-channel { display: none; }

.page-node-type-stand iframe { border-radius: 0px; }
  
.video-container-stand .video-cover-stand,
.video-container-stand {
    border-radius: 0;
}
  
.video-container-stand {
    aspect-ratio: 1.77;
    width: 100%;
    height: auto;
}
  
.video-stand {
    position: absolute;
    max-width: calc(100% - 30px);
    top: 0;
}
  
.video-container-stand .video-cover-stand {
    aspect-ratio: 1.77;
    width: 100%;
    height: auto;
}
  
.video-container-stand .video-cover-stand .img-responsive {
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.video-container-stand:before {
    background-image: url(../../../images/icon-play.png);
}

  

@media (min-width:768px) {
  
    .youtube-container-stand,
    .video-container-stand {
      margin: 1.5rem auto;
    }
}
  

@media (min-width: 1024px) {
    body .video-stand { max-width: calc(100% - 30px); }
}
 


@media (min-width: 1400px) {
    .page-node-type-stand iframe {
      border-radius: 0px;
      width: 1400px;
      max-width: none;
    }
  
    .video-container-stand {
      width: 1400px;
      height: auto;
      aspect-ratio: 1.77;
    }
  
    .video-stand { width: 100%; }
}



