@media screen and (min-width: 1201px){
	#container{

	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 450px;
	position: relative;
	border:0px;
	margin-top: 70px;
}
.slides img{
	position: absolute;
	width: 100%;
	height: 100%
}

.text{
	font-family: arial;
	text-align: center;
	font-size: 40px;
	position: absolute;
	width: 100%;
	bottom: 10%;
	color: black;
	text-shadow:1px 2px 1px white;
	cursor:pointer;
	font-weight: bold;
	line-height:42px;
}
}
@media screen and (max-width: 1200px){
#container{

	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 300px;
	position: relative;
	border:0px;
	margin-top: 80px;
}
.slides img{
	position: absolute;
	width: 100%;
	height: 100%
}

.text{
	font-family: arial;
	text-align: center;
	font-size: 30px;
	position: absolute;
	width: 100%;
	bottom: 70px;
	color: black;
	text-shadow:1px 2px 1px white;
	cursor:pointer;
	font-weight: bold;
}

}
