.flexslider{
    border: none;
    height: fit-content;
}

.flexslider img{
    max-height: fit-content;
    max-width: 100%;
    object-fit: cover;
}


@media only screen and (max-width: 900px){
    .flexslider{
        border: none;
        height: fit-content;
    }
    
    .flexslider img{
        height: 750px;
        max-width: 100%;
        object-fit: cover;
    }
}