@charset "utf-8";
/* CSS Document */
.movie-list-item .movie-details{
	margin-bottom: 8px;
	color: #808080;
}
.home-add img{
	width: 100%;
	height: auto;
	display: block;
}

.up-coming-ott-releshed-sec{
	margin-bottom: 20px;
}
.up-coming-ott-release ul li{
	border-radius: 10px;
	border: 2px solid #ff8e00;
}
.up-coming-ott-release ul li a{
	display: block;
}
.up-coming-ott-release ul li a span{
	margin-bottom: 0;
}
.up-coming-ott-release ul li a span img{
	border-radius: 10px;
	width: 100%;
	height: auto;
	display: block;
}
.home-right{
	max-width: 400px;
	margin: 20px auto auto auto;
	width: 100%;
}
.home-right img{
	width: 100%;
	height: auto;
	display: block;
}

@media only screen and (min-width:768px){
	.home-title{
		margin-bottom: 10px;
	}
	.up-coming-ott-releshed-sec{
		margin-bottom: 30px;
	}
}
@media only screen and (min-width:1025px){
	
	.home-left{
		width: 75%;
	}
	.home-right{
		width: 23%;
		margin-left: 2%;
		background-color: #fff;
		margin-right: auto;
		margin-top: 0;
	}
	.up-coming-ott-releshed-sec{
		margin-bottom: 40px;
	}
}


