body {
    background-color: #df2e37;
}

.container {
    height: 20em;
    line-height: 20em;
    white-space: nowrap;
}

.container .content {
    margin-top: 50vh;
    transform: translateY(-50%);
    padding: 40px 20px 40px 20px;
    text-align: center;
}

.container .content img {
    max-width: 100%;
}
