.angelstwelve-stories {
    position: relative;
    padding: 40px 0;
    overflow: hidden;
}

.angelstwelve-stories__title {
    font-family: Ebrima, sans-serif;
    font-weight: 700;
    font-size: 100px;
    line-height: 128px;
    color: #000;
    opacity: 0.1;
    text-transform: uppercase;
    position: absolute;
    z-index: 0;
}

.angelstwelve-stories__title--top-left,
.angelstwelve-stories__title--top-right {
    top: 0;
}

.angelstwelve-stories__title--top-left {
    left: -32px;
}

.angelstwelve-stories__title--top-right {
    right: -25px;
}

.angelstwelve-stories__title--bottom-left,
.angelstwelve-stories__title--bottom-right {
    bottom: 33px;
}

.angelstwelve-stories__title--bottom-left {
    right: -25px;
}

.angelstwelve-stories__title--bottom-right {
    left: -32px;
}

.angelstwelve-stories__subtitle {
    font-family: Ephesis, cursive;
    font-weight: 400;
    font-size: 60px;
    line-height: 78px;
    color: #3A414B;
    text-transform: lowercase;
    position: absolute;
    z-index: 1;
    top: 10px;
}

.angelstwelve-stories__subtitle--left {
    left: 15vw;
}

.angelstwelve-stories__subtitle--right {
    right: 12vw;
    color: #F15F39;
}

.angelstwelve-stories__swiper {
    transition-timing-function: linear;
}

.angelstwelve-stories__wrapper {
    margin-top: 50px;
}

.angelstwelve-stories__slide {
    width: 378px;
    height: 378px;
    border-radius: 10px;
    overflow: hidden;
}

.angelstwelve-stories__slider-img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100% !important;
}

.angelstwelve-stories__button {
    width: 52px;
    height: 52px;
    overflow: hidden;
    border-radius: 50%;
}

.angelstwelve-stories__button:after {
    display: none;
}

.angelstwelve-stories__button--prev {
    left: 4vw;
}

.angelstwelve-stories__button--next {
    right: 4vw;
}

.angelstwelve-stories__pagination {
    position: static;
    transform: none !important;
    margin: 29px auto 27px;
}

.angelstwelve-stories__pagination .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
}

.angelstwelve-stories__pagination .swiper-pagination-bullet-active {
    background-color: #747474;
}

.angelstwelve-stories__video-wrapper {
    position: relative;
}

.angelstwelve-stories__video-swiper {
    max-width: 800px;
    overflow: visible;
    position: static;
}

.angelstwelve-stories__video {
    border-radius: 10px;
    overflow: hidden;
    display: block;
    min-height: 377px;
}

.angelstwelve-stories__video-poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    position: relative;
}

.angelstwelve-stories__play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: url('path/to/play-icon.svg') no-repeat center center;
    background-size: contain;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .angelstwelve-stories__title {
        font-size: 90px;
        line-height: 114px;
    }

    .angelstwelve-stories__title--top-left {
        left: -8px;
    }

    .angelstwelve-stories__title--top-right {
        right: -10px;
    }

    .angelstwelve-stories__title--bottom-left {
        right: -13px;
    }

    .angelstwelve-stories__title--bottom-right {
        left: -13px;
    }

    .angelstwelve-stories__title--bottom-left, .angelstwelve-stories__title--bottom-right {
        bottom: 14px;
    }

    .angelstwelve-stories__subtitle {
        font-size: 40px;
        line-height: 52px;
        top: 12px;
    }

    .angelstwelve-stories__subtitle--left {
        left: 27.8vw;
    }

    .angelstwelve-stories__subtitle--right {
        right: 21.4vw;
    }

    .angelstwelve-stories__wrapper {
        margin-top: 42px;
    }

    .angelstwelve-stories__slide {
        width: 227px;
        height: 227px;
    }

    .angelstwelve-stories__button {
        width: 30px;
        height: 30px;
    }

    .angelstwelve-stories__pagination {
        margin: 15px auto 19px;
    }

    .angelstwelve-stories__pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }

    .angelstwelve-stories__video-swiper {
        max-width: 409px;
    }
    
    .angelstwelve-stories__video {
        min-height: 227px;
        max-height: 227px;
    }
}

@media (max-width: 768px) {
    .angelstwelve-stories__title {
        font-size: 30px;
        line-height: 38px;
    }

    .angelstwelve-stories__title--top-left {
        left: -4px;
    }

    .angelstwelve-stories__title--top-right {
        right: -4px;
    }

    .angelstwelve-stories__title--bottom-left {
        right: -6px;
    }

    .angelstwelve-stories__title--bottom-right {
        left: -3px;
    }

    .angelstwelve-stories__title--bottom-left, .angelstwelve-stories__title--bottom-right {
        bottom: 48px;
    }

    .angelstwelve-stories__subtitle {
        font-size: 18px;
        line-height: 24px;
        top: 2px;
    }

    .angelstwelve-stories__subtitle--left {
        left: 23.6vw;
    }

    .angelstwelve-stories__subtitle--right {
        right: 18.5vw;
    }

    .angelstwelve-stories__wrapper {
        margin-top: -10px;
    }

    .angelstwelve-stories__slide {
        width: 180px;
        height: 150px;
    }

    .angelstwelve-stories__button {
        width: 20px;
        height: 20px;
    }

    .angelstwelve-stories__pagination {
        margin: 10px auto 17px;
    }

    .angelstwelve-stories__pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .angelstwelve-stories__video-swiper {
        max-width: 100%;
    }
    
    .angelstwelve-stories__video {
        aspect-ratio: 16/9;
        border-radius: 0;
    }
}