/* screen - 728-x-90 */

.second {
  opacity: 0;
  animation: fadeInOut 8s infinite;
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }

  37.5% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  87.5% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}


@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0;
  }

  37.5% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  87.5% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.x728-x-90 {
  align-items: flex-start;
  background-color: var(--white);
  display: flex;
  width: 728px;
}

.x728-x-90 .for-container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-left: 17px;
  margin-top: 10px;
  min-height: 51px;
  width: 202px;
  margin-right: auto;
}

.x728-x-90 .down-for-fun {
  height: 70px;
  object-fit: cover;
  width: 202px;
}

.x728-x-90 .up-for-anything {
  height: 22px;
  object-fit: cover;
  width: 138px;
}

.x728-x-90 .overlap-group {
  margin-left: 11px;
  width: 219px;
}

.x728-x-90 .pattern {
  height: 90px;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 34px;
}

.x728-x-90 .flair-bartender-masked {
  height: 90px;
  left: 24px;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 195px;
}

.x728-x-90 .the-d-logo {
  height: 40px;
  margin-left: 27px;
  margin-top: 25px;
  object-fit: cover;
  width: 67px;
}

.x728-x-90 .overlap-group1 {
  background-image: url(../img/mask-group-1-1@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  margin-left: 27px;
  width: 131px;
}

.x728-x-90 .rectangle-5 {
  border-radius: 22px;
  height: 27px;
  left: 15px;
  object-fit: cover;
  position: absolute;
  top: 32px;
  width: 101px;
}

.x728-x-90 .book-now {
  height: 10px;
  left: 37px;
  object-fit: cover;
  position: absolute;
  top: 40px;
  width: 58px;
}