#wpbody {
    position: relative;
}

#asl-gopro-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f0f0f1;
    z-index: 1;
}

#asl-gopro {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    flex-grow: 1;
    flex-shrink: 1;
    max-width: 960px;
    background: white;
    padding: 24px;
    position:absolute;
    z-index: 2;
    top: 20px;
    left: 0;
}
#asl-gopro ul {
    list-style-type: disc;
    margin-left: 22px;
}

#asl-gopro a.gopro {
    display: inline-block;
    margin-top: 12px;
    padding: 12px 18px;
    background: #006bff;
    border-radius: 3px;
    color: white;
    text-decoration: none;
}

.asl-gopro-bottom {
    min-width: 100%;
    flex-wrap: wrap;
    flex-basis: auto;flex-grow: 1;
    box-sizing: border-box;
    text-align: center;
    padding: 16px;

}
.asl-gopro-bottom p {
    text-align: left;
}
.asl-gopro-left, .asl-gopro-right {
    flex-shrink: 1;
    flex-basis: 50%;
    box-sizing: border-box;
}
.asl-gopro-left {
    padding: 0 16px 0 0;
}