
/* Отменяем трансформацию Тильды конкретно для этого видео в Safari */
.noscale {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
  width: 100% !important;
  height: 100% !important;
}
</style>