/*
 * Project: Ertürk Elektronic
 * Date: 2022 - 2023
 * Coder: Er Design
*/

#Gallery {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(250, 250, 250, 0.5)), url('../../Img/Gallery-Bg.jpg') no-repeat;
    background-position: center;
    background-size: cover;
}

#Gallery img {
    max-width: 100%;
    border: 1px solid var(--Light-Border-Color);
    padding: 2px;
    background: var(--Hover-Color);
}

@media (max-width: 768px) {
    #Gallery {
        height: 100%;
        padding: 5rem 0;
        margin: 0 !important;
    }
}