@media (max-width: 1300px) {
    .teamDoctor:hover .wamp {
        padding-top: 12%;
    }
}

@media screen and (max-height:810px){
	.ImgBox {
		top: 70px;
	}
	#imgClose {
		top: 10px;
	}

}
@media screen and (max-height:730px){
	.ImgBox {
		top: 10px;
	}
	.ImgBox img {
		width: 600px;
	}
/*	#imgClose {
		top: 10px;
	}*/
}