.hatched-swiper {
    position: relative;
    margin-bottom: 2.2rem;
}

.hatched-swiper .swiper-wrapper {
    display: flex;
	align-items: center;
}

.hatched-swiper .swiper-slide {
    flex-shrink: 0;
}

.hatched-swiper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.hatched-swiper .swiper-navigation {
    position: absolute;
    bottom: -60px;
    right: 50px;
    display: flex;
    flex-direction: row;
    gap: 3rem;
    align-items: center;
    width: auto;
}

.hatched-swiper .swiper-button-prev,
.hatched-swiper .swiper-button-next {
    border: 1px white solid;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    color: #e8345b;
    background-color: #ffffff;
    border-radius: 9999px;
    cursor: pointer;
	width: 38px;
	height: 38px;
}

.hatched-swiper .swiper-button-prev::after,
.hatched-swiper .swiper-button-next::after {
    display: none;
}

.hatched-swiper .swiper-button-prev:hover,
.hatched-swiper .swiper-button-next:hover,
.swiper-button-disabled {
    opacity: 1 !important;
    background-color: #ffffff70 !important;
}

.hatched-swiper .swiper-button-prev.red,
.hatched-swiper .swiper-button-next.red {
    border: 1px #e8345b solid;
    color: white;
    background-color: #e8345b;
}

.hatched-swiper .swiper-button-prev.red:hover,
.hatched-swiper .swiper-button-next.red:hover,
.swiper-button-disabled.red {
    opacity: 1 !important;
    background-color: #e8345b70 !important;
}

.hatched-swiper .swiper-button-next svg {
    transform: rotate(-90deg);
}

.hatched-swiper .swiper-button-prev svg {
    transform: rotate(90deg);
}

.hatched-swiper .swiper-slide img {
    width: auto;
	height: 100%;
    max-height: 600px;
    display: block;
}

.hatched-swiper .img-container {
    display: flex;
    align-items: center;
    justify-content: center;
}