
/* Product video CSS */
.video-container {
    overflow:hidden;
      position:relative;
      padding-bottom:56.25%;
      padding-top:0px;
    margin-top: 60px;
      height:0;
  }
  
  .video-container iframe, .video-container object, .video-container embed {
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:100%;
  }

  .video-background-color {
    background-color: #f7f7f7;
  }
  

.col-span-full{
  grid-column: 1 / -1;
}