#sparepartsResponsive{
    height: 1400px;
    max-height: 1950px;
}


@media only screen and (max-width: 600px){
#sparepartsResponsive{
 height:1940px;
    };
}
@media screen and (max-width: 1040px) and (min-width: 615px){
#sparepartsResponsive{
 height:1470px;
    };
}