/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 5 de març 2023, 18:39:33
    Author     : Josep
*/

.cropped1 {
     width: 200px;
     height: 200px;
     object-fit: cover;
     border: 0px solid black;
}
 .cropped2 {
     width: 336px;
     height: 200px;
     object-fit: cover;
     object-position: 20% 10%;
     border: 0px solid black;
}