#store-results h2 {
    color: #333;
}

@media screen and (max-width: 767px) {
    select#province-filter,
    select#city-filter {
        height: 40px;
        border-radius: 3px;
        line-height: 40px;
        width: 48%;
        vertical-align: middle;
        border: 1px solid #666;
    }
    select#province-filter {
        margin-right: 2%;
    }
    .store-item {
        box-sizing: border-box;
        width: 100%;
        border-bottom: 1px solid #666;
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .store-item img {
        height: auto;
        width: 100%;
    }
}

@media screen and (min-width:768px) {
    select#province-filter,
    select#city-filter {
        height: 40px;
        border-radius: 3px;
        line-height: 40px;
        width: 48%;
        vertical-align: middle;
        border: 1px solid #666;
    }
    select#province-filter {
        margin-right: 2%;
    }
    .store-item {
        float: left;
        box-sizing: border-box;
        width: 48%;
        border-bottom: 1px solid #666;
        padding-bottom: 30px;
        padding-top: 30px;
        margin-right: 2%;
    }
    .store-item img {
        height: 200px !important;
        width: auto;
    }
}