.title_image > img {
    object-position: center right;
}

/* Slideshow container */
.slideshow-container {

    margin: 0 20%;
    object-fit: contain;
}

/* The dots/bullets/indicators */
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    background-color: #0b5b0b;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {opacity: 1}
    to {opacity: .8}
    to {opacity: 1}
}

@media only screen and (max-width: 768px) {
    .bi_img{
        display: none;
    }
    .bi_p{
        width: 96%!important;
        margin: 5% 0;
    }
    .bi_div{
        height: fit-content!important;
    }
    /* Slideshow container */
    .slideshow-container {

        margin: 0 10%;

    }

}