﻿
img.topmenu {
    width: auto;
    height: 6vh;
}

img.homeicon {
    width: auto;
    height: 6vh;
}



@media screen and (max-height: 460px) {
    img.homeicon {
        height: 8vh;
    }    
    
    img.chevronbackmodal {
        width: auto;
        height: 6vh;
    }
}