/*Custom stlyes - temporary to allow slider to display*/

.hsvideo-slider .hsvideo-slide .hsvideo-slide-wrapper * {
  width: 100% !important;
  height: 100% !important;
}
.hsvideo-slider .hsvideo-slide .hsvideo-slide-wrapper .video-embed-field-provider-tiktok {
  width: 100% !important;
  height: 100% !important;
}
.hsvideo-slider .hsvideo-slide .video-embed-field-provider-tiktok iframe {
  max-width: 60% !important;
  max-height: 120% !important;
  transform: scale(0.93);
  transform-origin: 50% 0;
  margin: 0 auto;
}
