.tigid-gallery { position: fixed; width: 100%; height: 100%; top: 0px; left: 0px; background-color: #ffffff; z-index: 1000; display: none; } .tigid-gallery__arrow { display: block; width: 100px; height: 100vh; position: absolute; top: 0px; background-size: 14px; background-position: center center; background-repeat: no-repeat; cursor: pointer; z-index: 1; } .tigid-gallery__arrow-left { left: 0px; background-image: url("../../../img/AR_LEFT_DARK.svg"); } .tigid-gallery__arrow-right { right: 0px; background-image: url("../../../img/AR_RIGHT_DARK.svg"); } .tigid-gallery__close { position: absolute; width: 85px; height: 72px; top: 0px; right: 0px; background-size: 10px; background-position: center center; background-repeat: no-repeat; background-image: url("../../../img/CLOSE.svg"); cursor: pointer; z-index: 2; } .tigid-gallery__image { position: absolute; display:block; height: 100%; top: 0px; left: 50%; transform: translate(-50%, 0px); background-size: 10px; background-position: center center; background-repeat: no-repeat; background-image: url("../../../img/Arrow_HORIS_left.svg"); }