    #map {

    }
    #info {
        grid-row:1/3;
    }
    .feature-item {
        margin: 0px 0px 0px 10px;
    }
    #total-count {
        margin-top: 10px;
    }
    #locations h2 {
        margin-top: 10px;
    }
    #listings, #total-count {
        margin-left: 25px;
    }
    #a-to-z {
        width: 20px;
        height: 100%;
        position: fixed;
        left: 0px;
        background: var(--color4);
        text-align: center;
        margin-top: -10px;
        padding-top: 5px;
        transition: right 0.3s;
    }

    .letter:hover {
        color: var(--color1);
        cursor: pointer;
    }

    @media screen and (max-width: 1024px) {
        #a-to-z {
            display: none;
        }
    }

    @media (max-width: 1000px) and (max-height: 500px) {
        #body {
        
            flex-direction: row;
        }
    }

    @media (max-width: 1000px) {
        #info {
            flex: 0 0 100%;
            width: 100%;
        }
        .collapsed #map {
            flex: 0 0 100%;
            width: 100%;
        }

    }