.select_listing {
    background-color: #000000;
    color: #FFFFFF;
    position: absolute; top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 200;
}

.select_listing .listing .item {
    padding: 0.25rem 1rem;
}

.select_listing .listing .item .button {
    padding: 0.625rem 0.5rem;
    width: 100%;
}

.select_listing .listing .item .button:hover {
    color: #000000;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

@media screen and (max-width:39.9375em){
    .wrapper {
        min-height: 100vh;
    }
}