/** Shopify CDN: Minification failed

Line 43:0 Expected "}" to go with "{"

**/
/*********************** Custom CSS for Video Description Blocks on Collection Pages  ************************/

.customvideodesc-container {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-collapse: collapse;
}

.customvideodesc-table {
        width: 100%;
        border-collapse: collapse;
    }

    .customvideodesc-table td {
        vertical-align: top;
        padding: 10px;
    }

    /* Mobile optimization */
    @media (max-width: 768px) {
        .customvideodesc-container {
            display: block;
        }

        .customvideodesc-table td {
            display: block;
            width: 100%;
            box-sizing: border-box;
        }

        .customvideodesc-container .right-column iframe {
            height: 215px; /* Adjust the video height for mobile */
        }
