#redirection-block-homepage {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/modules/custom/mbn_redirection/images/homepage-background.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  z-index: 9999;
}

#redirection-block-innerpage {
  max-width: 1280px;
  width: 100%;
  height: 245px;
  background-image: url('/modules/custom/mbn_redirection/images/innerpage-background.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  z-index: 9999;
  margin: 0 auto;
}

#redirection-block-homepage a,
#redirection-block-innerpage a {
  color: white;
  font-weight: bold;
  background-color: #0a5b96;
  padding: 3px 12px;
  border-radius: 16px;
  text-decoration: none;
}

#redirection-block-homepage p,
#redirection-block-innerpage p{
  color: #0a5b96;
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 15px;
}

#redirection-block-homepage img,
#redirection-block-innerpage img {
  max-width: 100%;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  #redirection-block-innerpage img {
    max-width: 55%;
  }
}

@media (max-width: 579px) {
  #redirection-block-innerpage img {
    max-width: 85%;
  }
}

#redirection-block-homepage .header,
#redirection-block-innerpage .header{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  margin: 0 auto;
  text-align: center;
}

#redirection-block-homepage .content,
#redirection-block-innerpage .content {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

#redirection-block-homepage .column {
  text-align: center;
}

#redirection-block-countdown {
  font-size: 58px;
  font-weight: bold;
  color: #0a5b96;
  text-align: center;
  margin-bottom: 16px;
}

#redirection-block-countdown span {
  font-size: 36px;
}

@media (max-width: 768px) {
  #redirection-block-homepage {
    background-image: url('/modules/custom/mbn_redirection/images/homepage-background-mobile.png');
    padding: 15px;
  }

  #redirection-block-innerpage {
    background-image: url('/modules/custom/mbn_redirection/images/innerpage-background-mobile.png');
    height: auto;
  }

  #redirection-block-homepage .header,
  #redirection-block-innerpage .header {
    width: 100%
  }

  #redirection-block-homepage .content,
  #redirection-block-innerpage .content {
    width: 100%;
  }
}
