#cookie {
    position: fixed;
    bottom: 0;
    padding: 15px 35px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    left: 0;
    right: 0;
    z-index: 99;
}

#cookie .btn-cookie {
    padding: 3px 6px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

#cookie a {
    font-weight: 900;
    text-decoration: underline;
    color: #fff;
}

.gizlilik-politikasi {
    font-size: 16px;
    text-decoration: underline;
    margin-bottom: 10px;
}

.galeri-page .content .ImageWrapper img {
    display: block;
    width: 100% !important;
    height: 220px !important;
    object-fit: cover !important;
    text-align: center !important;
}

.footer {
    height: 50px;
    background-color: #333333;
    display: flex;
    align-items: center;
    padding: 0 10%;
    color: #b2b2b2;
    width: 100%;

}

.footer .copyright-text {
    width: 100%;
    justify-content: space-between;
    display: flex;
    align-items: center;
}