﻿.imggigaiconwidth {
    width: 35px;
}
.imgiconwidth{
     width: 35px;
}

@media only screen and (max-width: 800px) {
    .imggigaiconwidth {
        width: 35px;
    }
    .imgiconwidth{
        width:65px;
    }
}