@media (min-width: 600px) and (max-width:1100px) {
    #photo {
        width: 1000px;
    }
}
#photo {
  width: 100% !important;
  max-width: none !important;
  overflow: visible !important;
}
#photo > img[data-photo] {
  width: 100% !important;
  height: auto !important;
  display: block;
}
#info-text {
  display: flex !important;
  align-items: center !important;
  justify-content: center;
  height: 100%;
}
#background {
  height: 25%;
}