.szechenyi-popup-content {
  position: fixed;
  bottom: 0;
  right: 0;
  display: flex;
}

.szechenyi-popup-image {
  max-width: 300px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .szechenyi-popup-image {
    max-width: 160px;
  }
}
