﻿.img_mid_desk {
    width: 100px;
    height: 100px;
}

@media (max-width: 600px) {
    .img_mid_desk {
        width: 52px;
    }
}