@media (max-width: 767px) {
  .condolence header .person .thumbnail img {
    position: absolute;
    object-fit: cover;
    height: 180px;
    top: auto;
    left: 50%;
    transform: translate(-50%, 0);
  }
}