.content {
    position: relative;
    overflow: hidden;
}

.content img {
    position: absolute;
    max-width: 90%;
    margin-top: 50px;
}
