/* 
    Created on : 15 feb. 2023, 6:13:17 p. m.
    Author     : Hugo Sandoval
*/
@media only screen and (min-width: 768px) {

    [class^="cropped-img-"]
    {
        object-fit: cover;
    }
    .cropped-img-normal
    {
        width: 240px;
        height: 240px;
    }

    .cropped-img-medium
    {
        width: 510px;
        height: 510px;
    }
    
}