@media screen and (max-width: 960px) {
  .t1120 .t-cover__wrapper {
    justify-content: center !important;
    align-items: flex-end !important;
  }

  .t-cover video,
  .t-bgvideo-wrap video {
    object-fit: cover !important;
    object-position: center center !important;
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    transform: none !important;
  }
}