.showcase-section {
  position: relative;
  overflow: visible;
  padding: 2rem;
}

.video-overlay-color {
  border-radius: 25px;
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 84, 0, 0.26);
}

.background-card {
  border-radius: 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 600px;
  max-width: 1140px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.1);
  background-image: linear-gradient(149deg, hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0.1));
  box-shadow: inset 0 70px 30px 300px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


.card-plastic {
  width: 100%;
  height: auto;
  opacity: 1;
}

.slider-component {
  position: absolute;
  left: 50%;
  top: 50%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  max-height: 600px;
  max-width: 1140px;
  background-color: transparent;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


@media screen and (max-width: 991px) {
  .background-card {
  }

  .card-plastic {
    height: 100%;
  }

  .slider-component {
    width: 90%;
    max-height: none;
    max-width: none;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_014243a8-58b3-02e5-e13b-db051063f368-555d9724 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}
