.slider{height:600px;overflow:hidden;position:relative;width:100%}.slides{height:100%;transition:transform 1s ease-in-out;display:flex}.slide{height:100%;position:relative;min-width:100%}.slide img{height:100%;width:100%;display:block}.caption{padding:10px;color:#fff;position:absolute;bottom:0;text-align:center;background:rgba(0,0,0,.5);width:100%}@media (max-width:768px){.slide img{object-fit:cover}.slider{height:300px}}@media (min-width:769px){.slide img{object-fit:contain}}