.pageTopPhoto {
display: block;
box-sizing: border-box;
overflow: hidden;
clear: both;
width: 100%;
height: auto;
margin: 0 0 15px 0;
}
@media screen and (max-width: 600px) {
  .pageTopPhoto {
  width: 100%;
  height: 185px;
  object-fit: cover;
  }
}