#app{
    position: relative;
    z-index: 1;
}

#app::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url("https://i.imgur.com/FOCRzGu.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.container-photo{
    width: 100% !important;
    align-self: center;
}

.container-photo>img{
    width: 100%;
}

.artist-card{
    margin: 30px;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.artist-card>.card-right, .artist-card>.card-left{
    width: 49%;
}

.one-medias-left>.card-right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#senses>.card-right>a>img{
    width: 50%;
    margin-bottom: 10px;
}

.card-left>a>img, .card-right>a>img{
    width: 60%;
}

.video-container, .video-container>video, video{
    width: 100%;
}

.typo-container{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.typo-container>a{
    display: flex;
    width: 50%;
    margin-bottom: 10px;
}

.typo-container>a>img{
    width: 100%;
    height: 100%;
}

.assets{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    margin: 5% 0;
}

.assets>video, .senses-videos>video{
    margin: 10px 0;
}

.nl-video{
    width: 90%;
}

.senses-videos{
    display: flex;
}
.senses-videos>video{
    width: 49%;
}

/* RESPONSIVE */
@media screen and (max-width: 1400px){
    .artist-card>img{
        height: 80px;
        margin: 5% 0;
    }
}

@media only screen and (max-width: 1200px){
    #app::before{
        background-image: url("https://i.imgur.com/eMkAnUQ.png") !important;
    }
}

@media screen and (max-width: 1024px){
    .artist-card>img{
        height: 60px;
        margin: 5% 0;
    }

    #app::before{
        background-image: url("https://i.imgur.com/EDbzzTL.png") !important;
    }
}

@media screen and (max-width: 900px){
    .artist-photos, .senses-videos{
        flex-wrap: wrap;
    }
    .artist-card>img{
        height: 40px;
    }
    .senses-videos>video{
        width: 100%;
    }

    #app::before{
        background-image: url("https://i.imgur.com/G3yzfVo.png") !important;
    }
}

@media screen and (max-width: 768px){
}

@media screen and (max-width: 500px){
    #app::before{
        background-image: url("https://i.imgur.com/n242CbI.png") !important;
    }

    .artist-card>img{
        height: 30px;
    }

    .artist-card{
        flex-direction: column;
    }

    .artist-card>.card-left, .artist-card>.card-right{
        width: 100%;
    }
}

@media only screen and (max-width: 430px){
    .artist-card>img{
        height: 20px;
    }
    
}

@media only screen and (max-width: 360px){
    #app::before{
        background-image: url("https://i.imgur.com/D9cNhtG.png") !important;
    }
}


@media only screen and (max-width: 320px){
    #app::before{
        background-image: url("https://i.imgur.com/SrXlM86.png") !important;
    }
}