/*********** BACKGROUND ************/
#imgRef{
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
    opacity: 50%;
    display: block;
    z-index: 100000;
}

#imgRefMobile{
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 100%;
    display: none;
}

#background{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    object-fit: cover;
}

video{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: cover;
}

/********** GLOBAL **********/
p{
    margin-bottom: 7px;
}

/********** MAIN **********/
main{
    position: absolute;
    top: 32.6%;
    left: 52.2%;
    line-height: 1.8vw;
    mix-blend-mode: difference;
}

.adr-margin-top{
    margin-top: 13%;
}

/********** MAIN - Mobile **********/
@media screen and (max-width: 480px){
    main{
        line-height: 4vw;
        left: 5.8%;
        top: 38.5%;
    }
}

/********* FOOTER ***********/
marquee{
    mix-blend-mode: difference;
    position: absolute;
    bottom: 8px;
}

/*********** Large screen ************/
@media screen and (min-width: 1824px){
    main {
        left: 53.5%;
    }
}