.brand {
    display: flex;
    align-items: center;
    height: 100%;
}

.brand img {
    width: auto;
    height: 68px;
    object-fit: contain;
}

.gallery-mobile-total {
    display: none;
}

@media (max-width: 620px) {
    .page-property .property-gallery {
        width: 100%;
        margin-top: 0;
    }

    .page-property .property-gallery .gallery-main {
        border-radius: 0;
    }

    .brand img {
        width: auto;
        height: 56px;
    }

    .property-gallery {
        display: block;
    }

    .property-gallery a:not(.gallery-main) {
        display: none;
    }

    .gallery-mobile-total {
        position: absolute;
        right: 12px;
        bottom: 12px;
        display: block;
        padding: 9px 12px;
        border-radius: 999px;
        background: rgba(20, 15, 12, 0.82);
        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.22);
        color: #fff;
        font: 800 0.82rem 'Manrope', sans-serif;
    }
}
