/* Custom overrides */
.container.cikk-cover.cikk-cover-v1 img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  display: block;
}

.miniapp.szerkfotoimage .imageholder img {
  width: 100%;
  max-height: 420px;
  object-fit: contain;
  display: block;
  border: 0;
  box-shadow: none;
}

.miniapp.szerkfotoimage .kep {
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  background: transparent !important;
}

.miniapp.szerkfotoimage .imageholder {
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  background: transparent !important;
}

.miniapp.szerkfotoimage .imageholder::before,
.miniapp.szerkfotoimage .imageholder::after,
.miniapp.szerkfotoimage .kep::before,
.miniapp.szerkfotoimage .kep::after {
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.custom-button {
  display: inline-block;
  width: fit-content;
  padding: 10px 16px !important;
  background: #ff9900;
  color: #fff !important;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: background-color 0.2s ease, color 0.2s ease;
  margin: 10px 0 0 16px;
}

.custom-button:hover {
  background: #ff6600;
  color: #fff !important;
  text-decoration: none !important;
}

#cover-image img{
  object-fit: cover;
}