section[data-cattype="600"] {
	height: 400px;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-attachment: fixed !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

[data-cattype="600"] h3, [data-cattype="600"] h4{
	color: #fff;
}

[data-cattype="600"] .btn {
	margin-top: 30px;
}

[data-cattype="600"]  .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #004aac66;
	z-index: -1;
}


/* Typical laptop screen size*/
@media (max-width: 1400px) {
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
	
}

/* Mobile screen size - landscape view */
@media (max-width: 767px) {
   
}

/* Mobile screen size */
@media (max-width: 480px) {

	section[data-cattype="600"] {
	height: 200px;
	overflow: hidden;
}
	
      
}

