.location p {
    text-align: right;
}
.cols_three {
    width: 32%;
    display: inline-block;
}
.cols_three ul {
    list-style-type: none;
}
.resp_vid {
    max-width: 100%;
}
.style_vid {
    padding: 5px;
}


.hours__caption:after {
    content: "\A \A Hours determined by appointments \A - must be confirmed by office ";
    white-space: pre;
    color: #77adc9;
}

@media (max-width: 1024px) {
     .location__address, .location__city-state-zip {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .cols_three {
        width: 100%;
        display: block;
    }
}