﻿.res {
    height:600%;
    margin-top: -30px;
    width:100%;
}

@media only screen and (max-width: 600px) {
    .res {
        height:350%;
        margin-top:-20px;
        width:50px;
    }
}

.res1 {
    height: 60px;
    margin-top: 0px;
    width: 60px;
}

@media only screen and (max-width: 600px) {
    .res1 {
        height: 350%;
        margin-top: -70px;
        width: 50px;
    }
}