@media (min-width: 768px) {
    .mobile-images {
        display: none!important;
    }

    .navbar-contact {
        left: 0!important;
    }
}

@media (max-width: 1060px) {
    .homepage .padded-item-left {
        margin-right: 50px;
    }

    .homepage .padded-item-right {
        margin-left: 50px;
    }
    #agegate-bg.age-closed, #agegate-fg.age-closed {
        background-position-y: bottom!important;
    }
}

@media (max-width: 900px) {
    .homepage .padded-item-left {
        margin-right: 10px;
    }

    .homepage .padded-item-right {
        margin-left: 10px;
    }
}

@media (max-width: 767px) {
  .tap-container {
    width: 100%;
  }
  .location-body h2 {
  font-size: 26px!important;
  }
    .beer-desc, .team-desc {
        width: 100%;
        width: calc(100% - 30px);
        left: 0!important;
    }

    .beer-desc .col-sm-5,
    .team-desc .col-sm-5 {
        background-color: #fff;
    }

    .beer-selected .beer-desc {
        max-height: 1000px;
    }

    .team-selected .team-desc {
        max-height: 1250px;
    }

    .beer-desc .beer-img {
        height: 250px;
    }

    .beer-desc .col-sm-7, .team-desc .col-sm-7 {
        padding: 35px;
    }

    h1.header-title {
        font-size: 45px;
    }

    .brewpub-info iframe {
        height: 350px;
    }

    .beer-menu, .team-menu {
        border-left: solid 15px rgba(0,0,0,0);
        border-right: solid 15px rgba(0,0,0,0);
    }

    .about .page-filter {
        border-left: solid 15px rgba(0,0,0,0);
        border-right: solid 15px rgba(0,0,0,0);
    }

    .about-gallery {
        border-left: solid 15px rgba(0,0,0,0);
        border-right: solid 15px rgba(0,0,0,0);
    }

    .gal-image {
        margin-bottom: 25px;
        height: 180px;
    }

    #sb_instagram .sb_instagram_header {
        padding: 15px!important;
    }

    #sbi_images {
        padding: 20px 5px!important;
    }

    .row .about-employment {
        width: 100%;
    }

    .team-desc .team-img {
        min-height: 0!important;
        height: 360px!important;
    }

    .team-desc h1 {
        font-size: 28px!important;
        line-height: 28px!important;
    }

    .team-desc h2 {
        font-size: 17px!important;
        line-height: 17px!important;
            font-weight: bold!important;
    }

    .info .row {
        margin-left: 15px;
        margin-right: 15px;
    }

    .navbar-brand.clearfix {
        height: 75px;
        top: 0;
    }

        .homepage .navbar-brand.clearfix {
            height: 150px;
        }

    .hashtag {
        width: 215px;
        margin-left: 0px;
    }

    .info iframe {
        width: 100%;
        margin-top: 25px;
        height: 250px;
    }
    .row.info-media {
        margin-left: 35px;
        margin-right: 35px;
    }

    form.post-password-form {
        margin-left: 15px;
        margin-right: 15px;
    }

    .page-filter:after {
        content: "";
        border-bottom: 1px solid #afcdd4;
        width: 65px;
        position: absolute;
        bottom: -20px;
        left: calc(50% - 32.5px);
        margin-right: auto;
    }

    .beer-row {
        margin-top: 45px;
    }

    #vega-bg {
        height: 320px;
        background-size: 200% auto;
    }

    #vega-fg {
        height: 320px;
        background-size: 200% auto;

    }

    #vega-logo {
        height: 150px;
    }

    .page-vegaipa .navbar-row {
        width: 100vw!important;
        margin-left: 0;
    }

    .vega-text h2, .vega-text p, .vega-text div.bottom-desc {
        padding-left: 0
    }

    .page-vegaipa .meteorite {
        display: none;
    }

    .vega-can {
        height: 250px;
    }
}