.relative {
    position: relative;
}
.absolute {
    position: absolute;
    top: 200px;
    color: #fff;
    background: rgba(00,80,80,.6);
    width: 100%;
    max-width: 600px;
    padding: 0;
}
.absolute p {
    margin: 0;
    padding: 0 0.8em;
    font-size: 100%;
    text-align: center;
}