#MyMoveAd {
	overflow:hidden;
	text-align: center;
	height: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
    margin: 0;
    padding: 0;
}
#adclose{
	position: absolute;
	display: none;
	right:5px;
	top: 5px;
	width:20px;
	height: 20px;
	background-image: url(close.png);
	text-align: center;
}
@media screen and (min-device-width: 1200px) {
 #MyMoveAd {
background-image: url(pc.jpg);
 }
}
@media screen and (max-device-width: 1200px) and  (min-device-width: 700px) {
 #MyMoveAd {
background-image: url(pad.jpg);
 }
}
@media screen and (max-device-width: 700px) and  (min-device-width: 200px) {
 #MyMoveAd {
background-image: url(mobile.jpg);
 }
}