/** Shopify CDN: Minification failed

Line 12:0 Unexpected "<"
Line 32:8 Expected identifier but found whitespace
Line 32:14 Unexpected ";"
Line 90:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>

@media screen and (min-width: 768px) {

}
@media screen and (max-width: 767px) {

}
.video-mosaic-block video {
  width: 100%;
  height: auto;
  display: block;
}
.video-mosaic-block {
  position: relative;
}
/* .video-mosaic-block .btn {
  margin-top: 10px;
  display: inline-block;
  /* background: black; */
  color: white;
  padding: 10px 20px;
  text-align: center;
  /* text-decoration: none; */
  position: absolute;
  bottom: 10%;
  width: 100%;
} */

.video-mosaic-block {
    position: relative;
    min-width: auto;
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    gap: 2rem;
    justify-items: center;
}

  .grid .col-12 {
    grid-column: auto / span 12;
}
  .MosaicWrapper.col-12.horizontal {
    flex-direction: row;
    /* overflow: auto hidden; */
    padding-left: 0px;
    padding-right: 0px;
    display: flex;
    gap: 40px;
    width: 100%;
}
  .page-width.container.custom_video-mosaic {
    display: flex;
    grid-gap: .5rem;
    gap: .5rem;
    grid-template-columns: repeat(var(--columns, 12), 1fr);
    grid-template-rows: repeat(var(--rows, 1), 1fr);
    box-sizing: border-box;
    overflow: auto hidden;
}

.video-mosaic-block video {
    scale: 1.2;
    transition: scale 1.2s cubic-bezier(0.5, 0, 0, 1);
    height: 100%;
    scale: 1;
    object-fit: cover;
    position: relative;
    width: 100%;
    z-index: 0;
}
.video-mosaic-block {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
    width: 100%;
}

</style>