/* Inser all your custom style in this sheet */
/*************
Please dont touch the original CSS files because they were lost if youre updating the theme 
********************/	
.full-image {
    img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    };
}