﻿
.imgheader2 {
    display: none;
}
.imgheader {
    display: block;
}

@media screen and (max-width:800px) {

    .imgheader {
        display: none;
    }
    .imgheader2 {
        display:block;
    }
 
}
