@media (max-width: 540px) {
  html, body {
    overflow: hidden;
  }
  .watch-now-button{
    display: flex !important;
  }

  .second-banner,
  .photo-number,
  .first,
  .third {
    display: none;
  }

  .bg {
    width: 150vw;
    position: fixed;
    overflow: hidden;
  }

  .wrapper-banner {
    margin-top: 2vh;
  }

  .content {
    width: 100%;
    height: calc(100% - 25px);
    overflow: hidden;
    position: relative;
    filter: blur(0px);
  }

  .window {
    margin-top: clamp(2vh, 2vh, 2vh);
    width: clamp(240px, 70vw, 370px);
    height: clamp(400px, 65vh, 640px);
  }
}
