.szechenyi-rff-infoblokk {
  position: fixed;
  z-index: 99999;
  line-height: 0;
  min-height: 64px;
  --szechenyi-rff-w-desktop: auto;
  --szechenyi-rff-h-desktop: 64px;
  --szechenyi-rff-w-tablet: auto;
  --szechenyi-rff-h-tablet: 56px;
  --szechenyi-rff-w-mobile: auto;
  --szechenyi-rff-h-mobile: 48px;
}

.szechenyi-rff-infoblokk.position-top-left {
  top: 0;
  left: 0;
}

.szechenyi-rff-infoblokk.position-top-right {
  top: 0;
  right: 0;
}

.szechenyi-rff-infoblokk.position-bottom-left {
  bottom: 0;
  left: 0;
}

.szechenyi-rff-infoblokk.position-bottom-right {
  bottom: 0;
  right: 0;
}

.szechenyi-rff-infoblokk img {
  display: block;
  max-width: 100%;
  width: auto;
  height: var(--szechenyi-rff-h-desktop);
  min-height: 64px;
  object-fit: contain;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}

.szechenyi-rff-infoblokk img:hover,
.szechenyi-rff-infoblokk a:hover,
.szechenyi-rff-infoblokk a:hover img {
	opacity: 1 !important;
	transform: none !important;
	filter: none !important;
	box-shadow: none !important;
}

.szechenyi-rff-infoblokk a {
  display: block;
  line-height: 0;
  opacity: 1 !important;
}

.szechenyi-rff-infoblokk .szechenyi-rff-close {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 15px;
  height: 15px;
  border: none;
  border-radius: 50%;
  background: #013399;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

@media (max-width: 1024px) {
  .szechenyi-rff-infoblokk img {
    width: auto;
    height: var(--szechenyi-rff-h-tablet);
  }
}

@media (max-width: 768px) {
  .szechenyi-rff-infoblokk img {
    width: auto;
    height: var(--szechenyi-rff-h-mobile);
  }
}
