.angelstwelve-hero {
    position: relative;
}

.angelstwelve-hero:before,
.angelstwelve-hero:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 286px;
    background: rgb(0, 0, 0);
    opacity: 0.8;
    z-index: 2;
}

.angelstwelve-hero:before {
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.angelstwelve-hero:after {
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.angelstwelve-hero__slider-img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    min-height: 95vh;
}

.angelstwelve-hero__content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-top: 5vw;
    padding-inline: 16px;
}

.angelstwelve-hero__img {
    display: block;
    max-width: 418px !important;
    height: auto !important;
}

.angelstwelve-hero__text {
    margin-top: 5vw;
    max-width: 50%;
}

.angelstwelve-hero__text,
.angelstwelve-hero__text * {
    font-family: Roboto, sans-serif;
    font-weight: 800;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.angelstwelve-hero__btn {
    margin-top: 10px;
    pointer-events: all !important;
}

.fixed-bottom {
    position: fixed;
    bottom: 10px;
    left: 0;
    width: 100%;
    z-index: 1000;
    text-align: center;
    pointer-events: none;
}

.angelstwelve-hero__swiper {
    display: none;
}

@media (min-width: 768px) {
    .angelstwelve-hero__swiper.d-none.d-md-block {
        display: block;
    }
}

@media (max-width: 767px) {
    .angelstwelve-hero__swiper.d-block.d-md-none {
        display: block;
    }
}

@media (max-width: 1200px) {
    .angelstwelve-hero:before,
    .angelstwelve-hero:after {
        height: 148px;
    }

    .angelstwelve-hero__content {
        padding-top: 16vw;
    }

    .angelstwelve-hero__img {
        max-width: 237px !important;
    }

    .angelstwelve-hero__text, .angelstwelve-hero__text * {
        font-size: 16px;
        line-height: 19px;
        margin-top: 79px;
    }

    .angelstwelve-hero__btn {
        margin-top: -4px;
    }
}

@media (max-width: 768px) {
    .angelstwelve-hero:before,
    .angelstwelve-hero:after {
        height: 130px;
    }

    .angelstwelve-hero__slider-img {
        aspect-ratio: 39 / 70;
    }

    .angelstwelve-hero__content {
        padding-top: 41vw;
    }

    .angelstwelve-hero__img {
        max-width: 189px !important;
    }

    .angelstwelve-hero__text, .angelstwelve-hero__text * {
        font-size: 13px;
        line-height: 15px;
        max-width: 100%;
        margin-top: 124px;
    }

    .angelstwelve-hero__btn {
        margin-top: -6px;
    }
}