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

.typo-artist{
    height: 50px;
}

#typo-tohji{
    height: 140px;
}

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

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

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

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

.hidden-pc{
    display: none;
}

.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>img{
    width: 40%;
    margin-top: 10%;
}

.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>img{
    width: 40%;
    margin-top: 5%;
}

.video-container>video{
    width: 100%;
}
/* RESPONSIVE */
@media screen and (max-width: 1400px){
    .typo-artist{
        height: 40px;
    }

    #typo-tohji{
        height: 100px;
    }
}

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

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

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

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

@media screen and (max-width: 768px) {
    .hidden-mobile{
        display: none;
    }
    .hidden-pc{
        display: block;
    }

    .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;
    }

    .card-left>a, .card-right>a{
        margin: 10px 0;
    }
}

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

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

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