.art-image{
    height: 98%;
}

@media only screen and (max-width: 479px) {
    .art-image{
        height: 82%;
    }
    
}