@media only screen and (min-width: 1024px) and (max-width: 1152px) {
	.btnBg{
		font-size:18px;
		width:29%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.sectioncontainerHome p, .sectioncontainerHome p.nextPara{
		padding:30px 20px 0 20px;
		text-align:left;
		font-family: 'Playfair Display';
		font-size:16px;
		line-height:20px;
	}
	.sectioncontainerHome p.nextPara{
		padding:0px 20px 50px 20px;
	}
	.btnBg, .btnSelBg{
		font-size:14px;
		width:31%;
		height:auto;
		margin: 0 1px;
	}
	.btnSingleTxt{
		font-size: 22px;
		line-height: 24px;
	}
	.btnDoubleTxt{
		font-size: 16px;
		line-height: 24px;
	}
	.movieImgArea{
		width:40%;
	}
	.movieDescArea{
		width:58%;
	}
	.imgcls{
		width:100%;
	}
	h1{
		font-size:30px;
		line-height:30px;
	}
	h2{
		font-size:22px;
		line-height:26px;
	}
	h4{
		font-size:14px;
		line-height:16px;
	}
	h3{
		font-size:14px;
		line-height:16px;
	}
	.movieDetails {
		width: 94%;
	}
	.peoplePhotoSec p{
		font-size:14px
	}
	.center #superprev, .center #sagaprev {
		position: absolute;
		left: -4%;
		top: 0%;
	}
}