[data-cattype="420"].wrapper_middle {
	background-position: top center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-attachment: scroll!important;
    height: 337px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top:solid 3px #878D8F;
}

[data-cattype="420"] h1{
    margin-bottom: 30px;
    font-weight: bold;
    color: #FFF;
}


/* 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) {
    
    [data-cattype="420"].wrapper_middle {
	background-position: top left !important;
	height: 220px;
    }
      
}

