
html,
body {
    overflow-x: hidden;
	width: 100%;
}

.hatter {
    width: 100%;
    height: 700px; /* fontos: legyen fix magasság */
    background-image: url("../hatterek/fokep_uj.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative; /* EZ KELL */
}
.hatter h1 {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
}
.ikonsor{	
    position: absolute;
    width: 100%;
    text-align: center;
	top: 590px;
    left: 0;
}

.kep-container {
    position: relative;
    display: inline-block;
}

.kicsi {
    height: 70px;
    cursor: pointer;
}

.nagy-kep {
    display: none;
    position: absolute;
    top: 0;
    left: -55px;
	top: 70px;
    z-index: 100;
    border: 1px solid #ccc;
    background: #242833;
    height: 130px;
	cursor: pointer;
}

/* hoverre jelenik meg */
.kep-container:hover .nagy-kep {
    display: block;
}


.hero {
    width: 900px;
    height: 700px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scene {
    width: 900px;
    height: 700px;
    perspective: 1400px;
    position: relative;
    overflow: visible;
}

.wall {
    width: 100%;
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
}

.kep {
    position: absolute;
    width: 160px;
    height: 90px;
    left: 50%;
    top: 50%;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.6);
    transform-origin: center;
}

#overlay {
    position: fixed;
    top: 100px;  /*-78px */
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.25);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

#overlay img {
    max-width: 90vw;
    max-height: 90vh;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0,0,0,0.7);
    cursor: pointer;
}

.szurke1 {
	color: #CECFCF !important;
}
.kek1 {
	color: #7AA4C0 !important;
}


.lejebb_1 {
    top: -20px; 
}
@media (max-width: 768px) { .lejebb_1 {top: -55px; line-height: 1.3;} }	


.forgo-nyil {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    line-height: 55px;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color: #ffffff;
    background: rgba(0,0,0,0.35);
    border-radius: 8px;
    cursor: pointer;
    user-select: none;
    z-index: 1000;
}

#forgo-bal {
    left: 20px;
}

#forgo-jobb {
    right: 20px;
}

.forgo-nyil:hover {
    background: rgba(0,0,0,0.55);
}
