.phone-content {
  background: #25167a;

  .content-wrapper {
    position: relative;
    height: 100%;
    overflow: hidden;

    .content-inner {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: calc(100% - 91px);
      color: white;
      padding: 0 20px;
      position: relative;

      .vacation-text {
        display: flex;
        flex-direction: column;
        text-align: center;
        font-family: "SpotifyMixBold", sans-serif;
        font-size: 25px;

        span {
          font-size: 30px;
          font-family: "SpotifyMixBold", sans-serif;
        }

        span:nth-child(2),
        span:nth-child(4) {
          color: #f35279;
        }
      }

      img.bben-image {
        position: absolute;
        bottom: -350px;
        left: 50%;
        width: 100%;
        max-width: 300px;
        transform: rotate(-5deg);
      }

      img.bpalace-image {
        position: absolute;
        bottom: -350px;
        left: 50%;
        width: 100%;
        max-width: 300px;
        transform: rotate(5deg);
      }

      img.dpark-image {
        position: absolute;
        bottom: -350px;
        left: 50%;
        width: 100%;
        max-width: 300px;
      }

      .moveimage:nth-child(2) {
        animation-delay: 2s;
      }
      .moveimage:nth-child(3) {
        animation-delay: 3s;
      }
      .moveimage:nth-child(4) {
        animation-delay: 4s;
      }
    }
  }
}
