/* Media queries */
@media only screen  {
    header.masthead {
        background-image: url(../img/mobheader.jpg);		
    }

	
	
	.masthead {
		display: none !important;
		
	}
}

@media only screen and (min-width: 992px) /*and (min-height: 768px)  */
{
    header.masthead {
		
        background-image: url(../img/header3.jpg);
		display: flex !important;
    }
}
/* End of media queries */