@media screen and (max-width: 900px) { 
body .hustle-ui .hustle-layout .hustle-image img {
    width: 100% !important;
    height: auto !important; /* Overrides the 100% */
    aspect-ratio: 1 / 1 !important;    /* Matches your 1200x1200px intrinsic ratio */
    object-fit: contain !important;    /* Ensures the whole image is visible */
    position: relative !important;     /* If the layout allows, removing absolute is safer */
		object-position: center !important;
}
	
body .hustle-ui.module_id_1 .hustle-layout .hustle-image {
    height: auto !important;
		
	}
	
			.hustle-ui.module_id_1 .hustle-layout a.hustle-button-cta:hover{
				    border-color: transparent !important;
		}
 }