/** * #.# Styles * * CSS for both Frontend+Backend. */ .algori-image-video-slider-slide-container { position: relative; } figure { margin: auto !important; } .algori-image-video-slider-slide-text-block { position: absolute; top: 0; left: 0; bottom: 0; right: 0; color: white; } .algori-image-video-slider-slide-text-block-sub-heading { position: absolute; top: 45%; left: 50%; color: white; transform: translate(-50%, -50%); } .algori-image-video-slider-slide-text-block-paragraph { position: absolute; top: 54%; left: 50%; color: white; transform: translate(-50%, -50%); } .algori-image-video-slider-slide-text-block-cta { position: absolute; top: 67%; left: 50%; color: white; transform: translate(-50%, -50%); background-color: #f1f1f1; color: black; font-size: 16px; padding: 10px 24px; border: none; cursor: pointer; border-radius: 5px; text-align: center; } .algori-image-video-slider-slide-text-block-cta:hover { background-color: black; color: white; }