u iframe {
  border-radius: 10px;
  box-shadow: 0 5px 25px -5px #00000030;
}

.t-store__prod-popup__text u {color: white}
.video, .model {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video iframe, .model iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
}