.szechenyi{
    /*display:none;*/
    position: absolute;
    right: 0;
    height: 230vh;
    min-height: 100% !important;
}
.szechenyi2{
    position: -webkit-sticky;
    position: sticky;
    /*top: 0;*/
    height: 300px;
    display: block;
    z-index: 102;
    top: 77px
}
.szechenyi2 img{
    opacity: 0.8;
    width: 320px;
    z-index: 102;
}
.mmenu.open{
    z-index:105;
}
.szechenyi3{
    position: sticky;
    top: 0;
    display: block;
    z-index: 102;
    height: 77px;
    text-align: end;
}
.szechenyi3 img{
    opacity: 0.8;
    width: 292px;
    z-index: 102;
}
@media (max-width: 1200px) {
    .szechenyi{
        height:207px;
    }
    .szechenyi2 img{
        width: 320px;
    }
    .szechenyi2{
        position: relative;
        top: 0px
    }
    .szechenyi3 img{
        width: 292px;
    }
    .szechenyi3{
        position: relative;
    }
}
@media (max-width: 768px) {
    .szechenyi2 img{
        width: 300px;
    }
    .szechenyi2{
        position: relative;
        top: 0px;
        height:207px;
    }
    .szechenyi3 img{
        width: 274px;
    }
    .szechenyi3{
        position: relative;
        height: 72px;
    }
}
@media (max-width: 576px) {
    .szechenyi2 img{
        width: 200px;
    }
    .szechenyi2{
        position: relative;
        height:207px;
        top: 0px
    }
    .szechenyi3 img{
        width: 183px;
    }
    .szechenyi3{
        position: relative;
        height: 48px;
    }
}