.child-marque-container{
    height: 100vh;
    display: flex;
}

.child-marque-container h3{
    font-size: 2.5vw;
}

.child-marque-box{
    position: relative;
}

.child-marque-box:nth-of-type(1){
    padding: 5vw;
    display: grid;
    grid-row-gap: 2rem;
    position: relative;
    padding-top: 130px !important;
}

.child-marque-box:nth-of-type(2) h2{
    position: absolute;
    bottom: 3vh;
    left: -10vw;
}

.child-marque-box:nth-of-type(2) div{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.child-marque-control{
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}


.artist-social-container{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}

.artist-social{
    font-size: 2vw;
}

.artist-social-container .r-table{
    min-width: 75px;
}

.child-marque-control .csr-pointer{
    font-size: 3rem;
}

.artist-achivement-img .outer::before{
    padding-top: calc((7 / 10) * 100%);
}

.artist-achivement{
    margin-bottom: 2rem;
    position: relative;
}

.artist-achivement:before{
    content: '';
    background: rgba(256,256,256,1);
    border-radius: 50%;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: -1.5rem;
}

.artist-achivement-container{
    display: grid;
    padding-right: 3rem;
    padding-left: 1rem;
    border-left: 1px solid white;
}

.artist-past-achivement{
    padding: 5vw;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.child-section .about-artist{
    display: flex;
    padding: 5vw;
    padding-top: 3rem;
}

.about-artist .w-50 {
    grid-row-gap: 1rem;
}

.about-artist .w-50:nth-of-type(2){
    padding: 3rem;
}

.about-artist .w-50 a{
    padding: 5px 10px;
    border: 1px solid white;
}

.about-artist .w-50>div:nth-of-type(2){
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.about-artist .w-50>div:nth-of-type(3){
    font-size: 1.3rem;
}

.artistBioContainer{
    grid-row-gap: 2rem;
}



@media only screen and (max-width: 1070px) {
    .about-artist{
        display: block !important;
    }

    .about-artist .w-50{
        width: 100% !important;
    }
}



@media only screen and (max-width: 992px) {

    .about-artist, .child-marque-box:nth-of-type(1){
        padding: 3rem !important;
        padding-top: 130px !important;
    }

    .child-marque-container{
        display: block;
        height: auto;
    }

    .child-marque-container .w-50{
        width: 100% !important;
    }

    .about-artist .w-50:nth-of-type(2){
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .child-marque-control{
        bottom: 0;
        z-index: 10;
    }

    .child-marque-box:nth-of-type(2){
        margin-top: 3rem;
    }

    .child-marque-box:nth-of-type(2) h2{
        top: -30px;
        left: 1rem;
    }

    .child-section:last-of-type{
        padding-top: 3rem;
    }
}

@media (max-height: 789px){ 
    .cv-scroll{
        overflow-y: scroll;
    }
}

#CVModal .event{
    margin-bottom: 1rem;
}

#CVModal .event:last-of-type{
    margin-bottom: 0;
}