
/* <link rel="stylesheet" href="/custom.css">
header végén */
.main-orchid {
    position: absolute;
    top: -115px;
    left: 50%;
    margin-left: -82px;
}



/*media*/
@media (max-width: 1400px) {
    #bevezeto {
        background-image: none !important;
    }
}
@media (max-width: 768px) {
    .main-orchid {
        top:-66px;
        margin-left: -57px;
    }
    .main-orchid img {
        width: 115px;
    }
}
 