*{
	margin: 0;
}

#imageContainer img{
	width: 100%;
	height: 100%;
	opacity: 100;
	background-image: url("movie.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	
}


#buttonContainer{
	background-color: red;
	width: 130px;
	height: 50px;
	position: absolute; 
	top: 90vh;
	left: 1250px;
	right: 0;
	margin-left: auto;
	margin-right: auto;	
	border-radius: 5px;
}

#button{
 float:absolute;
 text-align:center;
 margin-top: 15px;
 color: white;
 font-family: tahoma;
}
a:link {
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
  #buttonContainer{
	background-color: red;
	width: 100px;
	height: 40px;
	position: absolute; 
	top: 90vh;
	left: 0%;
	right: 0;
	margin-left: auto;
	margin-right: auto;	
	border-radius: 5px;
}

#button{
 float:absolute;
 text-align:center;
 margin-top: 10px;
 color: white;
 font-family: tahoma;
}

#imageContainer img{
	display:none;
	
}

body{
	height: 100%;
	opacity: 100;
	background-image: url("Mobile2.png");
	background-size: cover;
	background-repeat: no-repeat;
	
}
}