.module--image .module__inner{display:flex}.module--image .module__inner img{display:block;max-height:100%;max-width:100%;object-fit:cover;transition:transform var(--normal-transition) ease-in-out}.module--image .module__inner picture{border-radius:calc(var(--spacing-base)*2);display:block;max-height:100%;max-width:100%;overflow:hidden;position:relative}.module--image .module__inner--iea-image-full-width img,.module--image .module__inner--iea-image-full-width picture{width:100%}.module--image .module__inner--iea-image-full-height img,.module--image .module__inner--iea-image-full-height picture{height:100%}@media (width > 1200px){.module--image:has(.module__inner--iea-image-full-width),.module--image:has(.module__inner--iea-image-full-width) .module__inner{width:100%}.dnd-row:has(>.row-fluid>.dnd-module .module__inner--iea-image-full-height),.row-fluid:has(>.dnd-module .module__inner--iea-image-full-height){height:100%}}