.fullscreen-image-container{z-index:999999;margin:auto;pointer-events:none}.fullscreen-image-container img{z-index:1;width:calc(100% - var(--scroll-width));height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%}.fullscreen-image-container::before{content:"";position:absolute;top:0;left:0;bottom:0;opacity:1;background:-webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));background:linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);z-index:2;width:calc(100% - var(--scroll-width));-webkit-animation:fadeInBlogBefore .3s ease-in-out;animation:fadeInBlogBefore .3s ease-in-out}.fullscreen-image-container--case-study::before{content:none}.fullscreen-image-container--case-study img{width:100%}@-webkit-keyframes fadeInBlogBefore{from{opacity:0}to{opacity:1}}@keyframes fadeInBlogBefore{from{opacity:0}to{opacity:1}}
