.imageContainer{width:100%;height:100%;-webkit-clip-path:polygon(10px 0,calc(100% - 10px) 0,100% 10px,100% calc(100% - 10px),calc(100% - 10px) 100%,10px 100%,0 calc(100% - 10px),0 10px);clip-path:polygon(10px 0,calc(100% - 10px) 0,100% 10px,100% calc(100% - 10px),calc(100% - 10px) 100%,10px 100%,0 calc(100% - 10px),0 10px);position:relative;display:flex;flex-direction:column;justify-content:center;width:-moz-fit-content;width:fit-content;overflow:hidden}.imageContainer .offerBadge{position:absolute;top:9px;right:-29px;z-index:999;background-color:#d92c27;width:107px;text-align:center;align-content:center;color:#fff;font-size:.85rem;transform:rotate(42deg);height:26px;width:110px}.imageContainer img{width:8rem;height:auto}@media(max-width:28.125rem){.imageContainer .offerBadge{top:5px;right:-29px;font-size:.65rem;height:20px;width:97px}.imageContainer img{width:5.4rem}}