.c-image-full-screen-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:100;display:flex;justify-content:center;align-items:center;width:100%;height:100vh;background-color:rgba(17,18,19,.75)}.c-image-full-screen-modal__inner{position:relative}.c-image-full-screen-modal__inner>img{max-width:calc(100vw - 3rem);max-height:calc(100vh - 3rem)}.c-image-full-screen-modal__image-placeholder-wrapper{position:relative;display:flex;justify-content:center;align-items:center;border-radius:.5rem;overflow:hidden}.c-image-full-screen-modal__image-placeholder-wrapper--transparent-layer:after{position:absolute;top:0;left:0;content:"";z-index:1;width:100%;height:100%;background-color:rgba(17,18,19,.5)}.c-image-full-screen-modal__image-placeholder{display:flex;min-width:100%;height:auto}.c-image-full-screen-modal__button--play{padding:.8125rem}.c-image-full-screen-modal__button--link,.c-image-full-screen-modal__button--play{position:absolute;top:auto;bottom:auto;left:auto;right:auto;z-index:2;margin:auto}.c-image-full-screen-modal__button--close{position:absolute;top:1rem;right:1rem;z-index:100;padding:.8125rem;box-shadow:0 8px 16px 4px rgba(0,0,0,.5)}@media(min-width:576px){.c-image-full-screen-modal__button--close{top:1rem;right:1rem}}@media(min-width:sm){.c-image-full-screen-modal__button--close{top:1rem;right:1rem}}