.btn-gate {
  height: 200px;
}

.btn-gate.offnet {
    background-color: red !important;
}

.btn-gate.offnet:after {
    content: 'Not Available Off Network';
    display: block;
    font-size: .75rem;
}