.error404 {
margin-top: 15px;
background: url(../img/errors-xs.png) no-repeat center center;
background-size: 100%;
height: 351px;
}
@media (min-width: @screen-sm) {
.error404 {
background: url(../img/errors-sm.png) no-repeat center center;
background-size: 100%;
height: 317px;
}
}
@media (min-width: @screen-md) {
.error404 {
background: url(../img/errors-md.png) no-repeat center center;
background-size: 100%;
height: 413px;
}
}
@media (min-width: @screen-lg) {
.error404 {
background: url(../img/errors-lg.png) no-repeat center center;
background-size: 100%;
height: 424px;
}
}
Устройство свыше 768 пиков, скачает все 4 картинки или только одну?