#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/oKDLDzk.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.artist-card{
    margin: 30px;
    width: 90%;
}

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

.hidden-pc{
    display: none;
}

/**shooda, 6ilverr et Ano Poli**/
.two-medias-right{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.two-medias-right>.card-left{
    width: 49%;
    margin-right: 2%;
}

.two-medias-right>.card-left>.container-photo{
    width: 100%;
}

.two-medias-right>.card-right{
    width: 49%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.two-medias-right>.card-right>.container-photo{
    width: 100%;
}

.two-medias-right>.card-right>a{
    width: 40%;
    margin-top: 10%;
}

/**ucyll, yume et**/
.two-medias-left{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.two-medias-left>.card-right{
    margin-left: 2%;
    width: 49%;
    height: 100%;
}

.two-medias-left>.card-right>.container-photo{
    width: 100%;
}

.two-medias-left>.card-left{
    width: 49%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.two-medias-left>.card-left>.container-photo{
    width: 100%;
}

.two-medias-left>.card-left>a{
    width: 40%;
    margin-top: 5%;
}

/**bloody$anji**/
#bloodysanji{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

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

#bloodysanji>.artist-photos{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

#bloodysanji>.artist-photos>.card-left{
    width: 49%;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: space-between;
}

#bloodysanji>.artist-photos>.card-left>a{
    width: 40%;
}

#bloodysanji>.artist-photos>.card-right{
    width: 49%;
}

#bloodysanji>.artist-photos>.card-left>.container-photo, #bloodysanji>.artist-photos>.card-right>.container-photo{
    width: 100%;
}

/**peterpaker69 et wagahai => three-medias **/
.three-medias{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

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

.three-medias>.artist-photos{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.three-medias>.artist-photos>.container-photo, .three-medias>.artist-photos>.video-container{
    width: 50%;
}

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

.three-medias>.artist-photos>.video-container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.three-medias>.artist-photos>.video-container>a{
    width: 100%;
    margin: 20px 0;
}

a>img{
    width: 100%;
}

/* RESPONSIVE */

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

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

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

@media only screen and (max-width: 768px){
    .hidden-mobile{
        display: none;
    }
    .hidden-pc{
        display: block;
    }
    .three-medias>.artist-photos{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .three-medias>.artist-photos>.video-container, .three-medias>.artist-photos>.container-photo{
        width: 100%;
    }

    #bloodysanji>.artist-photos>.card-left{
        width: 100%;
        align-items: center;
    }

    .two-medias-right, .two-medias-left{
        flex-direction: column;
        width: 90%;
    }
    
    .two-medias-right>.card-left, .two-medias-right>.card-right, .two-medias-left>.card-left, .two-medias-left>.card-right{
        width: 100%;
        align-items: center;
    }

    .two-medias-right>.card-right>img, .two-medias-left>.card-left>img{
        margin: 10px 0;
    }
    .two-medias-left>.card-right{
        margin-left: 0;
    }
    .two-medias-right>.card-left{
        margin-right: 0;
    }
}

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

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


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