.w-image img,
.w-image picture {
  object-fit: contain !important;
}
/* :::::::::::::::::::::::::::::::::::::::: */
/* .ht--video__top .w-video-play-icon {
  border: 1px solid rgba(188, 176, 168, 0.2) !important;
  background: #383939 !important;
  border-radius: 0 !important;
}
.ht--video__top button.w-video-play {
  background: red !important;
  height: 72px !important;
  width: 72px !important;
  border-radius: 0px;
  left: -19vw;
  bottom: 2px !important;
  margin: unset !important;
  top: unset;
  z-index: 999999;
} */
/* ::::::::::::::::::::::::::::::::::::::::::::::: */
.layout_43 .usg_vwrapper_1 {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}

.layout_43 .usg_vwrapper_1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 25.2%,
      rgba(0, 0, 0, 0.05) 100%
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.1) 0%,
      rgba(255, 255, 255, 0.02) 100%
    );
}
