#Post_img_detail{
  height: 0;
}
#Post_img_detail, .Post_img div {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
.Post_img {
  margin: auto;
  padding-top: 5px;
  display: flex;
  padding: 10px 0;
}
.Post_img div {
  flex: 1;
  height: 108px;
  margin: 2px 0;
}
.photo_content{
  margin: auto 0;
}
.photo_img{
  background: url(/img/photo/photo1.jpg);
  background-size: contain;
  background-position: center;
  height: 100px;
  width: 150px;
  background-repeat: no-repeat;
  margin: auto 5px;
}
@media screen and (max-width: 800px) {
  #Post_img_detail{
    height: 200px;
  }
  .Post_img {
    flex-direction: column;
  }
  .Post_img div {
    flex: auto;
    height: 150px;
  }
}
