/*.subpageBanner {
     position: relative;
     width: 100%;     
     min-height: 600px;
     overflow: hidden;
  }
 .subpageBanner img {
     position: absolute;
     max-width: 100%;
     width: 100%;
     height: auto;
     top: 50%;     
     left: 50%;
     transform: translate( -50%, -50%);
 }
.subpageBanner img.landscape {
    height: auto;
    width: 100%;
}*/

.subpageBanner {
    min-height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -160px;
}

@media screen and (max-width: 1360px){
    .subpageBanner{background-position: center;}
}
@media screen and (max-width: 768px){
    .subpageBanner{min-height: 480px;}
}
@media screen and (max-width: 600px){
    .subpageBanner{min-height: 400px;}
}
@media screen and (max-width: 480px){
    .subpageBanner{min-height: 260px;}
}