.left,
.right {
    position: relative;
    flex: 1 1 50%;
}

.left > img {
    display: block;
    margin: 0 auto 1em;
}

.anchor {
    position: absolute;
    top: -7em;
}

.details {
    display: flex;
    margin-top: 1.6em;
}

.details .sec {
    font-size: 0.85em;
}

.details .sec:first-child {
    padding-right: 2.5vw;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.details .sec:last-child {
    padding-left: 2.5vw;
}

iframe {
    margin-bottom: 4vw;
}

.alert-success,
.alert-failure {
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 680px) {
    .basic-flex {
        flex-direction: column;
        align-items: center;
    }

    .left {
        margin-bottom: 9vw;
    }
}
