.category_container{
	padding-top:0px !important;
}
.categoryTitle{
	text-align: center;    
    font-size: 30px;
}

.overlay{
	position: absolute;
    top: 60%;
    left: 0;
    display: inline-block;
    color: white;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    font-size: 16px;
    line-height:1.8;
    padding-left: 10px;
}

@media (max-width: 1023px) {
	#mediaCenterDownloadForm {
  		padding: 10px;	
		padding-right: 10px;	
	}
	#toogleFilter {
		display: block;
	}
	#mediaCenterDownloadForm{
		display: none;
	}
}

@media (min-width: 1024px) {
 	#toogleFilter {
		display: none;
	}
	
	#mediaCenterDownloadForm{
		display: block;
	}
}

@media (max-width: 1400px) {
	.overlay{
		height: 30px;
		font-size: 16px;
	}
}