HEX
Server: Apache
System: Linux webd003.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: slyfwmm (169339)
PHP: 8.1.34
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/slyfwmm/adspray/wp-content/themes/aivons-child/assets/css/block-parallax.css
.ADS_parallax {
    position: relative;
    padding-top: 75px;
    padding-bottom: 75px;
    z-index: 2;
    overflow: hidden;
}
.ADS_parallax::after {
    content:'';
    background-color: var(--aivons-black, #0f0d1d);
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0.65;
    z-index: 2;
}
.ADS_parallax .container {
    position: relative;
    text-align: center;
    z-index: 3;
}
.ADS_img_parallax {
    z-index: 1;
    position: absolute;
    top:-300%;
    left: 0;
    width: 100%;
    height: 300%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--aivons-black, #0f0d1d);
    background-blend-mode: luminosity;
    background-position: center center;
    transition: 0.1s;
    transform-style: preserve-3d;
}
.ADS_parallax h3 {
    text-transform: uppercase;
    font-size: 50px;
	color: var(--aivons-base, #ffffff);
	font-weight: 700;
	line-height:1.1em;
	margin: 0 0 30px;
}
@media (max-width:1500px) {
    .ADS_parallax h3 {
        font-size: 35px;
    }
}
@media (max-width:760px) {
    .ADS_parallax h3 {
        font-size: 23px;
    }
}