.page_header {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.galleries_section {
    margin-top: 40px;
    margin-bottom: 100px;
}

.galleries_section .gallery_name h2 {
    transition: .3s;
}

.galleries_section .gallery_name:hover h2 {
    color: var(--asztalos-brown);
}

.galleries_section .image_box {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

.galleries_section .image_box img {
    margin-bottom: 30px;
    -webkit-box-shadow: 4px 3px 14px -2px rgba(0,0,0,0.49);
    -moz-box-shadow: 4px 3px 14px -2px rgba(0,0,0,0.49);
    box-shadow: 4px 3px 14px -2px rgba(0,0,0,0.49);
}

.galleries_section a:hover {
    text-decoration: none;
}

.galleries_section .full_gallery_link {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: flex-end;
    color: var(--asztalos-black);
    font-size: 20px;
    font-weight: 600;
    text-align: right;
}

.galleries_section .full_gallery_link:hover {
    color: var(--asztalos-brown);
}





@media only screen and (max-width: 991px){
    .galleries_section .gallery_name h2 {
        font-size: 34px;
    }
    .galleries_section .full_gallery_link {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px){
    .galleries_section .gallery_name h2 {
        font-size: 26px;
    }
    .galleries_section .full_gallery_link {
        font-size: 16px;
    }
}

@media only screen and (max-width: 575px){
    .galleries_section .gallery_name h2 {
        font-size: 20px;
    }
    .galleries_section .full_gallery_link {
        font-size: 14px;
    }
    .galleries_section .full_gallery_link {
        text-align: center;
    }
}
