section {
  min-height: 100vh;
  background-image: url('/common/assets/images/holiday_intro.png');
  background-size: cover;
}

.trail-img {
  width: auto;
  height: auto;
}

.responsive-svg {
  width: 36px;
  height: 36px;
}

.trail-img-wrapper {
  position: absolute;
    bottom: -12px;
    right: -12px;
}


@media (max-width: 1023px) {
  .alert-region {
    position: fixed;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    max-width: 90%;
    padding: 1rem 1.5rem;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-radius: 0.5rem;
    z-index: 9999;
    display: none;
  }

  .trail-img {
    width: 150px;
    height: 120px;
  }

  .responsive-svg {
    width: 24px;
    height: 24px;
  }

  .trail-img-wrapper {
    position: absolute;
    bottom: -10px;
    right: -10px;
  }
}
