.szechenyi-block{
    height: 64px;
    position: absolute;
        top: 0;
        right: 0;
    z-index: 9999;
}

.szechenyi-block img{
    height: 64px;
}

@media screen and (max-width: 768px) {
    .szechenyi-block{
        display: none;
    }
}