/* Add custom CSS styles below */ 
/* Fix banner crop on mobile in Salla */
@media (max-width:768px){

#wide-banner-0 .banner-inner{
background-size: cover !important;
background-position: 30% center !important;
  min-height: 220px !important;
}

}

/* Make banner clickable */
#wide-banner-0 .banner-inner{
position: relative;
cursor: pointer;
}
/* Fix desktop banner height */
@media (min-width:1024px){

#wide-banner-0 .banner-inner{
min-height:520px !important;
background-size:cover !important;
background-position:center !important;
}

}