.about {
    margin-top: 80px;
    width: 100%;
    height: auto;
    min-height: 500px;
}

.container-about {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
}

.for-artists {
    /* background-size: cover;
    background-position: center; */
    /* background-image: url('../images/about/ab1.png'); */
    /* background-repeat: no-repeat; */
    width: 50%;
    min-height: 500px;
    height: 100%;
    min-width: 50%;
    max-width: 50%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
}

.for-fans {
    /* background-size: cover;
    background-position: center;
    background-image: url('../images/about/ab2.png');
    background-repeat: no-repeat; */
    width: 50%;
    min-height: 500px;
    height: 100%;
    min-width: 50%;
    max-width: 50%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
}

.img-about {
    width: 100%;
    height: 100%;
    max-height: auto;
}

.enlace-about {
    text-decoration: none;
    transition: 0.5s;
}

.enlace-about:hover {
    opacity: 0.5;
    transition: 0.5s;
}



/*Media Screen for Mobile*/
@media (max-width: 768px) {

    .about {
        margin-top: 60px;
        width: 100%;
        height: auto;
        min-height: 500px;
    }
    
    .container-about {
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
    
    .for-artists {
        width: 50%;
        min-height: 250px;
        height: 100%;
        min-width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        align-items: center;
    }
    
    .for-fans {
        width: 50%;
        min-height: 250px;
        height: 100%;
        min-width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        align-items: center;
    }
    
}
