@media(max-width: 768px) and (min-width: 768px){
.directions {
    top: 0 !important;
    right: 0 !important;
left: inherit !important;
}
.map {
    position: absolute;
    bottom: 0;
    right: 0;
top: inherit !important;
left: inherit !important;
}
.office-box.hidden-xs, .office-box-isotope {
    height: 270px !important;
    padding: 20px !important;
}
}