
section[data-cattype="409"].wrapper_middle{
    padding: 30px 0px 0px 0px;
}


[data-cattype="409"] h2{
    color: #fff;
}


[data-cattype="409"] .backg {
	height: 500px;
	background-repeat: no-repeat;
	background-size: contain;
	background-attachment: fixed;
    
	color: #fff;
	padding: 150px 20px 0px 20px;
  
}




/* Typical laptop screen size*/
@media (max-width: 1400px) {
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
    
    [data-cattype="409"] .backg {
	height: auto;
	background-repeat: no-repeat;
	background-size: contain;
	background-attachment: scroll;
	color: #fff;
	padding: 150px 20px 0px 20px;
	background-position: center !important;
	margin-top: 30px;
    }
	
}

/* Mobile screen size - landscape view */
@media (max-width: 767px) {
   
}

/* Mobile screen size */
@media (max-width: 480px) {
    
    [data-cattype="409"] .backg {
	height: 350px;
	padding: 20px;
	border-bottom: solid 5px #fff;
    background-position: center !important;
    background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
    }
    

      
}

