#siteDraft {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #ffc107;
  text-align: center;
  z-index: 9999;
  color: white;
}
.view-custom-portail-media .media-image {
  height: 175px;
}
.view-custom-portail-media .media-image img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
}
