

/* Slider */

.slide-image {
    object-fit: cover;
}

.carousel-control-next-icon {
    position: absolute;
    right: 1rem;
}

.carousel-control-prev-icon {
    position: absolute;
    left: 1rem;
}


.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 27px !important;
    height: 44px !important;
}

/* Slider End */












/* Bio */

#biografie {
    background-image: url(../../../uploads/2020/02/sasha_bio.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}


/* Bio End */






/* Videos */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#videos .carousel-control-next-icon {
    right: 0;
}

#videos .carousel-control-prev-icon {
    left: 0;
}


#videos .carousel-indicators {
    bottom: -27px;
}


/* Videos End */