.swiper {
    width: 100%;
    height: 100%;
    padding-left: 30px;
    padding-right: 30px
}

.swiper-slide {
    font-size: 18px;
    width: 100%;
    padding: 0 10px;
    margin-top: 20px;
    width: 430px !important;
    display: block;
}
.swiper-slide.swiper-slide-active {
    display: flex;
    width: 700px !important;
    margin-left: 130px;
}


.swiper-slide img {
    display: block;
    width: 100%;
    height: 560px;
    object-fit: none;
    object-position: top;
    min-width: 450px;
}


.swiper-slide a {
    width: 100%;
}

.swiper-wrapper {
    position: relative;
    left: -15px;
}


.teaser_heading {
    font-size: 18px !important;
    color: var(--primary-color);
    font-weight: 700 !important;
    text-transform: none;
}
span.teaser_text {
    font-size: 22px;
    line-height: 2;
}
.teaser_text {
    font-size: 30px;
    margin-bottom: 0;
    line-height: 1;
    color: var(--primary-color);
}
.swiper-slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 30px);
    height: 100%;
    background: #f2f2f2d9;
    z-index: 1;
    display: block;
}
.swiper-slide.swiper-slide-active:after {
    display: none;
}
.swiper-slide .teaser {
    padding: 0 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 600ms;
    position: absolute;
    right: 0;
    top: 0;
    width: 210px;
    border-left: 1px solid grey;
}
.swiper-slide.swiper-slide-active .teaser {
    opacity: 1;
    visibility: visible;
    transition: all 600ms;
}
.swiper-slide-picture {
    position: relative;
}
span.player_number {
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 70px;
    font-weight: 800;
    opacity: 0;
    visibility: hidden;
}
.swiper-slide.swiper-slide-active span.player_number {
    opacity: 1;
    visibility: visible;
    transition: all 600ms;
    line-height: 1;
}
.teaser_heading .last_word {
    font-size: 35px;
}
a.more_info {
    background: #CCDBDC;
    text-align: center;
    padding: 15px;
    display: block;
    position: absolute;
    bottom: -80px;
    color: #0D1F2D;
    font-weight: 800;
    transition: all 300ms;
    left: 0;
    max-width: calc(100% - 30px);
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-size: 17px;

}
a.more_info:hover {
    background: #95aaac;
    transition: all 300ms;
}
.swiper.boxSwiper {
    background: #F2F2F2;
    padding-top: 40px;
}
.swiper-button-prev:after, .swiper-button-next:after {
    font-size: 28px;
    position: relative;
    left: 20px;
    color: #fff;
}
.swiper-button-next:after {
    left: unset;
    right: 20px;
}
.swiper-button-prev, .swiper-button-next {
    background: var(--secondary-color);
    border-radius: 110px;
    height: 110px;
    width: 110px;
    left: -55px;
}
.swiper-button-next {
    right: -55px;
    left: unset;
}
.teaser a.icon-instagram {
    margin-top: 8px;
    font-size: 26px;
}
@media (min-width: 640px) {
    .swiper-wrapper {
        position: static;
        left: 0;
    }
    .swiper-slide {
        padding: 0;
    }
} 

@media screen and (max-width: 767px) {
    h2.teaser_heading.last-word-wrap {
        display: inline-block;
    }
    span.player_number {
        display: none;
    }
    span.mobile_player_number {
        display: inline-block !important;
        font-size: 70px;
        margin-right: 10px;
        font-weight: 700;
    }
    .swiper-slide {
        width: 100% !important;
    }

    .swiper-button-prev, .swiper-button-next {
        border-radius: 70px;
        height: 70px;
        width: 70px;
        left: -35px;
        top: 220px;
    }
    .swiper-button-next {
        right: -35px;
        left: unset;
    }
    .swiper-button-prev:after, .swiper-button-next:after {
        font-size: 20px;
        left: 12px;
    }
    .swiper-button-next:after {
        right: 12px;
        left: unset;
    }
    span.teaser_text {
        display: block;
    }
    .swiper-slide.swiper-slide-active {
        display: flex;
        width: 100% !important;
        margin-left: 0;
    }
    .swiper-slide-picture {
        margin: 0 auto;
    }
    .swiper-slide img {
        display: block;
        width: 100%;
        height: 500px;
        object-fit: none;
        object-position: top;
        min-width: 100%;
    }
    .swiper-slide .teaser {
        padding: 0 0 20px 0;
        position: absolute;
        right: 0;
        top: unset;
        width: 100%;
        border-left: 0;
        background: #f2f2f2d9;
        bottom: 0;
        z-index: 1;
    }
    a.more_info {
        position: static;
    }
    .teaser a.icon-instagram {
        margin-top: 0;
        margin-bottom: 14px;
    }
    span.player_number {
        font-size: 40px;
    }
}