/* .photo-box {
  width: 300px;
  height: 350px;
  border-radius: 20px;
  overflow: hidden;
  border: 2px dashed orange;
}

.photo-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
} */