@media only screen and (max-width: 1740px) {

	.matches-title, .featured-videos-title, .live-streaming-hub-title, .upcoming-stream-title {
		font-size: 17px;
	}
}

@media only screen and (max-width: 1600px) {

	.matches-title, .featured-videos-title, .live-streaming-hub-title, .upcoming-stream-title {
		font-size: 15px;
	}
}

@media only screen and (max-width: 1400px) {

	.matches-title, .featured-videos-title, .live-streaming-hub-title, .upcoming-stream-title {
		font-size: 13px;
	}
}

@media only screen and (min-width: 1200px) {

	.single-article .col-lg-9,
	.category-wrapper .col-lg-9{
	    padding-right: 0px!important;
		padding-left: 0px!important;
	}
}

@media only screen and (max-width: 1200px) {

	.matches-title a, .featured-videos-title a, .live-streaming-hub-title a, .upcoming-stream-title a  {
		font-size: 14px;
	}

	.main-inner #horizontal-livescores-new {
	    height: calc(140px + 5vh);
	}
}

@media only screen and (max-width: 1023px) {

	.matches-title, .featured-videos-title, .live-streaming-hub-title, .upcoming-stream-title {
	    font-size: 11px;
	    padding-left: 10px;
	    white-space: nowrap;
	}

	.matches-title a, .featured-videos-title a, .live-streaming-hub-title a, .upcoming-stream-title a  {
	    font-size: 11px;
	}
}


@media only screen and (max-width: 992px) {
	
	.download-now-btn {
	    font-size: 15px;
	    padding: 10px 25px;
	}

	.download-now-btn.ios {
	    left: 280px;
	}
}

@media only screen and (max-width: 592px) {

	.download-now-btn {
	    font-size: 12px;
	    padding: 8px 15px;
	    top: 65%;
	}

	.download-now-btn.ios {
	    left: 210px;
	}
}

@media only screen and (max-width: 480px) {

	.download-now-btn {
	    font-size: 10px;
	    padding: 8px 15px;
	    top: 63%;
	}

	.partner-banner .slide {
    	width: 90% !important;
	}

	.download-now-btn.ios {
	    left: 180px;
	}
}

@media only screen and (max-width: 350px) {

	.download-now-btn {
	    font-size: 10px;
	    padding: 5px 5px;
	    top: 63%;
	}

	.download-now-btn.ios {
	    left: 155px;
	}
}