@media only screen and (min-width: 1000px) {
.header__logo__wrapper {
    max-width: 170px;
}
}

.header__logo__wrapper.active {
    max-width: 100px;

}

.homepage_icon.active {
    background-position: 15px 2px;
}

#user-reviews-venue p{
    margin-bottom: 0.2em;
    margin-top: 0.5em;
}