body{
	width: 100%;
	position: absolute;
	margin: 0;
	padding: 0;
	height: 100%;

}
.images {
	width: 50%;
	height: 50%;
	float: left;
	text-align: center;

}
.images img{
	border-style: solid;
	border-width: 5px;
	margin-top: 7px;
	height: 90%;
	width: 90%;
	
}
.ms_on {
	border-color: blue;

}
.ms_off {
	border-color: red;
	
}
.images .img1{
	width: 50%;
}
@media screen and (min-width: 1020px) {
	.images img{
		width: auto;
	}
}