header{
    background-size: auto auto;
    min-height: 180px;
}

/********************************************************************/

@media (max-width: 768px){

header{
min-height:auto;
}

section{
  min-height: auto !important;
}

.block .block-text-text a img{
width:98% !important;
height:auto !important;
max-width: 600px;
}

}
