.intro {
    background-color: rgba(0, 0, 0, 0.5) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    color: white;
    justify-content: end;
    display: flex;
}
.intro div.bg {
    height: 80%;
    background: url('../img/intro-bg.jpg') no-repeat center center;
    background-size: contain;
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-blend-mode: hard-light !important;
    max-height: 80%;
    align-self: center;
    width: 100vw;
}

.intro div.ads {
    align-self: flex-end;
    width: 100vw;
}
@media screen and (max-width: 768px) {
    .intro div.bg {
        height: 60%;
        background-size: 100% auto !important;
        background: url('../img/intro-bg-mobile.jpg') no-repeat center center;
    }
}