@media screen and (max-width: 999px) {
    #terkepcim {
        display: none;
    }
}

#terkepcim {
    position: absolute;
    top: 15px;
    left: 60px;
    z-index: 3;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    height: 30px;
}

.lable {
    display: none;
    position: absolute;
    overflow: hidden;
    cursor: pointer;
}

.egkep140 {
    width: 140px;
    height: 140px;
    top: -70px;
    left: -70px;
}

.egkep img {
    left: 0px;
    top: 0px;
}

.egkep140anim img {
    -webkit-animation-name: gif140;
    -webkit-animation-timing-function: steps(10, start);
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation: gif140 1s steps(10, start) infinite;
}

@-webkit-keyframes gif140 {
    0% {
        -webkit-transform: translate(-1400px)
    }
    100% {
        -webkit-transform: translate(0px)
    }
}

@keyframes gif140 {
    from {
        transform: translate(-1400px)
    }
    to {
        transform: translate(0px)
    }
}

.tooltip::first-line {
    font-weight: bold;
}

.tooltip {
    position: absolute;
    border: 1px solid #333;
    background-color: #E4E7FF;
    border-radius: 5px;
    padding: 10px;
    color: black;
    font-size: 14px;
    z-index: 5;
    line-height: 150%;
}


.smooth_zoom_preloader {
    background-image: url(/images/preloader.gif);
}

.smooth_zoom_icons {
    background-image: url(/images/icons.png);
}

#frissitve {
    position: absolute;
    top: 650px;
    left: 18px;
    z-index: 3;
    height: 20px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 1px 1px #303030;
    white-space: nowrap;
}

#vizjel {
    width: 150px;
    height: 53px;
    position: absolute;
    top: 610px;
    left: 800px;
    z-index: 3;
}

@media screen and (min-width: 1000px) {
    #terkep-box {
        overflow: hidden;
        width: 980px;
        height: 679px;
    }
}

@media screen and (min-width: 660px) and (max-width: 999px) {
    .terkep-static {
        width: 100% !important;
        height: auto !important;
    }

    .terkep-static #nagy_terkep {
        width: 100% !important;
        height: auto !important;
    }

    .terkep-static #nagy_terkep img {
        width: 100% !important;
        height: auto !important;
    }

    #terkep-box-img {
        width: 100% !important;
        height: auto !important;
    }
}

@media screen and (max-width: 659px) {
    .terkep-static {
        width: 100% !important;
        height: auto !important;
    }

    .terkep-static #nagy_terkep {
        width: 100% !important;
        height: auto !important;
    }

    .terkep-static #nagy_terkep img {
        width: 100% !important;
        height: auto !important;
    }

    .terkep-zoom {
        width: 100%;
    }

    #terkep-box-img {
        width: unset;
    }
}