.slideshow-img-holder{
    position:absolute;
    left:0px;
    right:0px;
    top:0px;
    bottom:0px;
    background-size:cover;
    opacity:1;
    transition: 3s;
    background-position: center top;
}
.slideshow-holder{
    position: relative;
    flex:1;
    max-height:285px;
    min-height:285px;

}