.fejresz{
    height: calc(100vh / 1.9);
    background-image: url("../alkotasaim/alkotasokscale/alkotas22.jpg");
    background-repeat: no-repeat;
    background-position-y:70%;
    background-size:cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    text-shadow: 3px 3px 6px black;
    text-align: center;
}
.fejresz>h1{
  font-size: 58px;
}
h1{
    margin-top: 60px;
}
.swipebox>img{
    height: 200px;
    width: 300px;
    object-fit: cover;
}


.kepek{
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    place-items: center;
    gap: 10px;
    margin-bottom: 50px;
}
.kepek>a>img{transition: .1s ease-in-out;}
.kepek>a>img:hover{
  transform: scale(1.03);
}

@media only screen and (max-width: 1000px) {
    .kepek{
        display: grid;
        grid-template-columns: 33% 34% 33%;
        place-items: center;
    }
}
@media only screen and (max-width: 700px) {
    .kepek{
        display: grid;
        grid-template-columns: 50% 50%;
        place-items: center;
    }
}
@media only screen and (max-width: 500px) {
    .kepek{
        display: grid;
        grid-template-columns: 100%;
        place-items: center;
    }
}





figure>a>img{
    max-width: 100%;
}
.cim{
    margin-top: 50px;
}
figure>a>img{transition: .1s ease-in-out;}
figure>a>img:hover{transform: scale(1.03);}
figcaption{
    margin-top: 10px;
    margin-left: 2px;
}
.kepek3{
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 1000px) {
    .kepek3{
        display: grid;
        grid-template-columns: 50% 50%;
        place-items: center;
    }
}

@media only screen and (max-width: 550px) {
    .kepek3{
        display: grid;
        grid-template-columns: 85%;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (max-width: 450px) {
    .kepek3{
        display: grid;
        grid-template-columns: 100%;
        justify-content: center;
        align-items: center;
    }
}
