/* Add custom CSS styles below */ 
.object-cover {
    -o-object-fit: cover;
    object-fit: fill;
}