@media screen and (min-width: 102px) {
    .section-hero .flowmap {
        height: 275px;
    }

    .section-hero .flowmap canvas {
        position: absolute;
        top: -300px;
        max-width: 100%;
    }
}