/* Default styles for the YouTube video */
.woo-iframelist {
  width: 100% !important;
  height: 500px !important;
}

img.flex-active {
  border: 3px solid #ffb600;
  position: relative;
}

/* Styles for screens with a maximum width of 768px */
@media screen and (max-width: 810px) {
  .woo-iframelist {
    width: 100% !important;
    height: 400px !important;
  }
}

/* Styles for screens with a maximum width of 480px */
@media screen and (max-width: 480px) {
  .woo-iframelist {
    width: 100% !important;
    max-height: 195px !important;
  }
}
