.swiper-wrapper.video{
    height: 100%;
}
.swiper-main.swiper.video{
    height: 100%;
}
.woocommerce ul.products li.product a img.video-hero__image-front{
    height: 90%;
    margin:0;
    width: auto;
}
.woocommerce ul.products li.product a img.video-hero__image-bg{
    height: 100%;
}
.woocommerce ul.products li.product a .slider-card__image{
    height: 200px ;
}
.product .video-hero__description .content-desktop.video-hero-title{
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  text-align: center;
  font-size: 30px !important;
  background: var(--color-accent-2);
}
.product a:hover .video-hero__description .content-desktop.video-hero-title {
color: white;
}
.product .video-hero__description .content-desktop.video-hero-description.k19-cart-info{
  position: absolute;
  bottom: 1%;
  width: 60%;
  left: 0;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
}
.product a:hover .video-hero__description .content-desktop.video-hero-description.k19-cart-info{
color: white;
}
.product .video-hero__description .content-desktop{
    display: block;
}
.rectangle {
    width: 100%;
    height: 15%;
    background-color: var(--color-accent);
    position: absolute;
    bottom: 13%;
    z-index: -7;
}
.woocommerce img, .woocommerce-page .video-hero__image-front {
    height: 90%;
}
.video-hero-description{
    margin-bottom: 30px;
    font-size: 2em;
}
.video-hero__image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -10;
  filter: blur(3px) brightness(0.9);
}
.video-hero .video-hero__image-bg {
  height: 200px;
}


.woocommerce img, .woocommerce-page .video-hero__image-front {
  height: 90%;

}
.video-hero__image {
  position: relative;
  min-height: 200px;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #FFF;
  max-height: 230px;
}
.video-hero__image-front {
  position: absolute;

  bottom: 0;

  right: 0;

  width: auto;

  height: 90%;

  z-index: -5;

}
.video-hero__description {
  margin: 5%;
    margin-right: 5%;
  transition: opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.video-hero-title {
  font-weight: bold;
  margin-bottom: 30px;
  transition: opacity 0.3s ease;
}
.video-hero-year {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 2em;
  transition: opacity 0.3s ease;
}
.slider-card {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1150px) {
  .video-hero .video-hero__image-bg {
    height: 500px;
  }
  .video-hero__description {
    opacity: 1;
    pointer-events: auto;
    margin-right: 30%;
  }
   .video-hero__image {
    max-height: none;
    height: 500px;
  }
}