.mobile-img, .masthead-img-mobile{
	display: none;
}

@media (max-width: 767px){
	.mobile-img{
		display: block;
		text-align: center;
	}
	
	body{
		padding: 20px !important;
	}
	
	.big-scr-img{
		display: none;
	}
	
	.masthead-img{
		display: none;
	}
	.masthead-img-mobile{
		display: block;
		
	}
	.masthead img{
		height: auto !important;
	}