/* AI template mobile adjustments for Images */

@media (max-width: 1000px){
    .custom-html--sitecore .image-module.two-thirds-container .two-thirds img {
        object-fit: cover;
    }
}