.advertising {
  position: relative;
  z-index: 2;
}
.advertising img {
  width: 100%;
  object-fit: cover;
  height: 40px;
}
#popup-message .row div:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .advertising img {
    object-fit: none;
    object-position: center;
    height: 70px;
  }
  #popup-message .row div:not(:last-child) {
    margin-bottom: 0;
  }
}
.popup-message-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #004080;
  color:#f0f0f0;
  display: none;
}
#message-ok {
  min-width: 150px;
  background-color: rgb(239,239,239);
  color: #004080;
}
