/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    #titluartist {
        width: 320px;
    }
    #artist {
        width: 320px;
    }
    #title {
        width: 320px;
    }
}


/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) {
    #titluartist {
        width: 360px;
    }
    #artist {
        width: 360px;
    }
    #title {
        width: 360px;
}

}




/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) {
    #titluartist {
        width: 375px;
    }
    #artist {
        width: 375px;
    }
    #title {
        width: 375px;
    }
}

/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) {
    #titluartist {
        width: 414px;
    }
    #artist {
        width: 414px;
    }
    #title {
        width: 414px;
    }
}



