	
	/*slide 2*/
			
	.afa-movie{
		width : 607px;
		height: 480px;
	}
	.afa-movie-div{
		margin-top:30px;
		width : 607px;
		height: 480px;
	}
	
	@media screen and (max-device-width: 480px) and (orientation:landscape),(max-device-width: 568px) and (orientation:landscape)
	{	
		.afa-movie{
			width : 300px;
			height: 200px;
		}
		.afa-movie-div{
			margin-left:32.5px;
			margin-top:30px;
			width : 607px;
			height: 480px;
		}
	
	}
	
	@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape)
	{
	}