.about-top-box--banner {
    position: relative;
    height: 495px;
    overflow: hidden;
}
.about-top-box--banner img.at-img {
    bottom: auto;
    display: block;
    height: auto;
    left: 50%;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    right: auto;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: auto;
}
.about-top-box--banner--caption {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    min-width: 600px;
    border: #fff solid 3px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 25px;
    color: #fff;
    text-align: center;
}
.about-top-box--banner--caption h3 {
    margin-bottom: 0;
    letter-spacing: 5px;
    color: #fff;
}
.about-top-box--inner {
    padding: 50px 0 70px;
}
.about-top-box--inner p {
    text-align: center;
}
.about-top-box--list {
    max-width: 85%;
    margin: 0 auto;
    padding: 0px 0 0px;
}
.about-top-box--list h1 {
    text-align: center;
    font-size: 1.7em;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.about-top-box--list--content .meta-num {
    font-size: 2.4em;
    font-family: "GothamBold";
    display: block;
    line-height: 1;
    margin-bottom: 15px;
}
.about-top-box--list--content h4 {
    color: #686868;
    margin-bottom: 15px;
}

.about-top-box--list p {
    font-size: 13px;
}

@media (max-width: 767px) {
    .about-top-box--banner {
        height: 350px;
      }
      .about-top-box--banner img.at-img {
        height: 350px;
      }
      .about-top-box--banner--caption {
        min-width: inherit;
      }
}