/* CSS Document */
.about-panel {
    width: 100%;
    height: 350px;
}

.ab-parent > div {
    height: 350px;
    background-color: black;
    border-bottom: 1px solid white;
}

.ab-sc {
    position: relative;
}

.ab-heading h2 {
    font-size: 1.8vw;
    font-weight: bold;
    color: white;
    text-align: center;
}

.ab-heading h4 {
    margin-top: 35px;
    color: var(--hover);
    text-align: center;
    font-size: 1.4vw;
}

.ab-heading {
    position: relative;
}

    .ab-heading > div {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

.ab-logo-parent img {
    width: 150px;
    height: auto;
}

.ab-logo-parent h3 {
    text-align: center;
    color: white;
    margin-top: 20px;
    font-size: 1.6vw;
}

.relative {
    position: relative;
}

.ab-logo-parent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ab-map > div {
    width: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mapouter {
    text-align: right;
    height: 100%;
    width: 100%;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 100%;
    width: 100%;
}

.gmap_iframe {
    width: 100%;
    height: 100%;
    frameborder: 0;
    scrolling: no;
    marginheight: 0;
    marginwidth: 0;
}

.ab-map-parent {
    border-top: 20px solid black;
    border-bottom: 20px solid black;
    border-left: 10px solid black;
    border-right: 10px solid black;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}
