.doumdoum__custom-picture {
  position: relative;
  display: flex;
  padding-bottom: 75px;
  background-color: #fafafa;
}
.doumdoum__custom-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.doumdoum__custom-picture img.phone_version {
  display: none;
}
@media screen and (max-width: 768px) {
  .doumdoum__custom-picture img.desktop_version {
    display: none;
  }
  .doumdoum__custom-picture img.phone_version {
    display: block;
  }
}
