body {
  min-height: max-content !important;
}

main.lp-main-container {
  background: #019DF4;
}

.content-page {
  position: relative;
  margin: 0 auto -9px;
  width: 100%;
  min-height: 660px;
  max-width: 1500px;
}

.img-gamepass {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.content-page__info {
  position: relative;
  align-self: center;
  padding: 0 16px;
  z-index: 99;
}

.content-page__offert {
  justify-content: space-around;
  align-items: center;
  flex-direction: column-reverse;
  margin: 0 auto 2rem;
}

.content-page__h-xs {
  display: none;
}

.content-page__s-xs {
  display: block;
}

.content-page__mt {
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .img-gamepass {
    margin-bottom: 3rem;
  }
  
  .img-gamepass picture:nth-of-type(1) img {
    display: block;
    margin: 0 auto;
  }

  .img-gamepass picture:nth-of-type(2) {
    position: absolute;
    bottom: -4.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
}

@media screen and (min-width: 768px) {

  .content-page {
    display: grid;
    grid-template-columns: minmax(430px, 35%) 1fr;
    gap: 18px;
  }

  .img-gamepass picture {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    max-width: none;
    display: block;
  }
  
  .img-gamepass picture>img {
    height: 100%;
    max-width: none;
  }

  /* Fondo jugadores (base) */
  .img-gamepass picture:nth-of-type(1) {
    z-index: 1;
    object-fit: cover;
    left: -40%;
  }

  /* Laura (encima) */
  .img-gamepass picture:nth-of-type(2) {
    z-index: 2;
    left: 0;
    object-fit: contain;
    max-height: 800px;
  }
  
  .content-page__h-xs {
    display: block;
  }

  .content-page__s-xs {
    display: none;
  }

}


@media screen and (min-width: 1050px) {
  .content-page__offert {
    flex-direction: row;
  }

  .img-gamepass picture:nth-of-type(1) {
    left: 0;
  }

  .img-gamepass picture:nth-of-type(2) {
    max-height: 600px;
    left: 20%;
  }
}

@media only screen and (min-width: 1249px) {
  .c-header-wrap {
    height: 8.4rem;
  }

}

@media only screen and (min-width: 1350px) {
  .content-page__offert {
    width: 96%;
  }
}