@media screen and (max-width: 640px) {
  .tn-atom__video {
    width: 100vw !important;
    height: 100vh !important;
    object-fit: cover !important;
  }
}