.responsive{
	height: auto;
	width : 50%;
}

.responsive1{
	height:100%;
	width:100%;
}
.responsive2{
	height:300px;
	width:400px;
}

.responsive3{
	height:500px;
	width:100%;
}

.responsive4{
	height:40px;
	width:auto;
}