.fit-vids-style {
    display:none;
}
iframe {
    max-width:100%;
}
img {
    max-width:100%;
}

body, p {
    font-size: 16px;
}

.location__address, .location__address-2, .location__city-state-zip, .location__phone, .location__fax, .location__email {
    font-size: 15px;
}


.white-bkg {
    background: #ffffff78;
    padding: 30px;
    border: 6px double #efefef;
}

.logo__title {
    font-size: 40px;
    font-family: "raleway-bold", Arial, Helvetica, sans-serif;
    text-transform: inherit;
}

@media (max-width: 767px) {
.logo__title {
    font-size: 23px;
    text-transform: inherit;
}
}

a.copyright__link {
    line-height: 1.2;
}