.home-hover-202304 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-animation: hover-202304-bg 0.35s ease;
          animation: hover-202304-bg 0.35s ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.home-hover-202304.home-hover-202304--hidden {
  display: none;
}

@-webkit-keyframes hover-202304-bg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes hover-202304-bg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.home-hover-202304__inner {
  box-shadow: 0 0 55px rgba(0, 0, 0, 0.8);
  background: white;
  position: relative;
  width: 100%;
  text-align: center;
  -webkit-animation: hover-202304-show 0.5s ease 0.15s;
          animation: hover-202304-show 0.5s ease 0.15s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media (min-width: 23.25em) {
  .home-hover-202304__inner {
    width: 90%;
    border-radius: 0 0 0.5rem 0.5rem;
  }
}
@media (min-width: 32em) {
  .home-hover-202304__inner {
    max-width: 22.5rem;
    width: 100%;
  }
}
@media (min-width: 48em) {
  .home-hover-202304__inner {
    border-radius: 0;
    max-width: 45rem;
  }
}
@media (min-width: 60em) {
  .home-hover-202304__inner {
    max-width: 57.5rem;
  }
}

@-webkit-keyframes hover-202304-show {
  0% {
    opacity: 0;
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hover-202304-show {
  0% {
    opacity: 0;
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.home-hover-202304__close {
  position: absolute;
  right: 0.625rem;
  top: -1.75rem;
  background-image: none;
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: none;
  font-size: 9px;
  font-size: 0.5625rem;
  padding: 0.125rem 0.75rem 0.125rem 1.75rem;
  border-radius: 0.375rem 0.375rem 0 0;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  display: flex;
  align-items: center;
  height: 2rem;
}
@media (min-width: 23.25em) {
  .home-hover-202304__close {
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 0.375rem 1rem 0.375rem 2rem;
    height: 2.5rem;
    top: -2.5rem;
  }
}
@media (min-width: 48em) {
  .home-hover-202304__close {
    border-radius: 0.375rem;
  }
}
.home-hover-202304__close:hover {
  background-color: rgba(255, 255, 255, 0.25);
  background-image: none;
}
.home-hover-202304__close:focus {
  border-color: rgba(0, 0, 0, 0.8);
}
.home-hover-202304__close::before {
  content: "×";
  position: absolute;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  left: 0.625rem;
  color: white;
  top: 0.125rem;
  opacity: 0.5;
}
@media (min-width: 23.25em) {
  .home-hover-202304__close::before {
    left: 0.75rem;
    top: 0.35rem;
  }
}

@media (min-width: 48em) {
  .home-hover-202304__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.home-hover-202304__img-wrap {
  margin-bottom: 1.5rem;
  overflow: hidden;
  -webkit-animation: hover-202304-bg 0.35s ease 1.65s;
          animation: hover-202304-bg 0.35s ease 1.65s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media (min-width: 32em) {
  .home-hover-202304__img-wrap {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 48em) {
  .home-hover-202304__img-wrap {
    margin: 0;
    order: 2;
  }
}

@media (min-width: 24em) {
  .home-hover-202304__img {
    background: url(/public/graphics/hovers/home_hover_202304_biblesforiran_header_mobile.jpg) center 30% no-repeat;
    background-size: cover;
    padding-top: 10rem;
  }
}
@media (min-width: 32em) {
  .home-hover-202304__img {
    padding-top: 13.75rem;
  }
}
@media (min-width: 48em) {
  .home-hover-202304__img {
    background-image: url(/public/graphics/hovers/home_hover_202304_biblesforiran_header.jpg);
    padding: 112.5% 0 0;
  }
}

.home-hover-202304__text {
  margin: 0 -1.25rem;
}
@media (min-width: 24em) {
  .home-hover-202304__text {
    margin: 0 -0.25rem;
  }
}
@media (min-width: 32em) {
  .home-hover-202304__text {
    margin: 0;
  }
}
@media (min-width: 48em) {
  .home-hover-202304__text {
    padding: 1.875rem 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

.home-hover-202304__title,
.home-hover-202304__give-by,
.home-hover-202304__desc,
.home-hover-202304__button {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 0;
  width: 100%;
  text-indent: -999rem;
}

.home-hover-202304__title {
  -webkit-animation: hover-202304-show 0.35s ease 1s;
          animation: hover-202304-show 0.35s ease 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  background-image: url(/public/graphics/hovers/home_hover_202304_biblesforiran_title.png);
  margin: 0 auto 1rem;
  padding-top: 34.5%;
}
@media (min-width: 60em) {
  .home-hover-202304__title {
    padding-top: 35.5%;
    margin-bottom: 1.25rem;
  }
}

.home-hover-202304__give-by {
  -webkit-animation: hover-202304-show 0.35s ease 1.25s;
          animation: hover-202304-show 0.35s ease 1.25s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  background-image: url(/public/graphics/hovers/home_hover_202304_biblesforiran_ends.png);
  padding-top: 8.25%;
  margin-bottom: 8.75%;
}
@media (min-width: 60em) {
  .home-hover-202304__give-by {
    padding-top: 9%;
    margin-bottom: 7.5%;
  }
}

.home-hover-202304__desc {
  -webkit-animation: hover-202304-show 0.35s ease 1.5s;
          animation: hover-202304-show 0.35s ease 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  background-image: url(/public/graphics/hovers/home_hover_202304_biblesforiran_desc.png);
  display: none;
  margin-bottom: 1rem;
  padding-top: 12.5%;
}
@media (min-width: 32em) {
  .home-hover-202304__desc {
    display: block;
  }
}
@media (min-width: 60em) {
  .home-hover-202304__desc {
    padding-top: 11.5%;
  }
}

.home-hover-202304__button {
  -webkit-animation: hover-202304-show 0.35s ease 1.75s;
          animation: hover-202304-show 0.35s ease 1.75s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  background-image: url(/public/graphics/hovers/home_hover_202304_biblesforiran_button.png);
  display: block;
  margin-bottom: 0.5rem;
  padding-top: 22.5%;
}
@media (min-width: 60em) {
  .home-hover-202304__button {
    padding-top: 20%;
  }
}
.home-hover-202304__button:hover {
  opacity: 0.75;
}