.row_wrapper {
    display: flex;
    flex-direction: row;
}

.img_wrapper {
    display: flex;
    flex-direction: column;
}

.text_wrapper {
    display: flex;
    flex-direction: column;
    padding-left: 60px;
}

.img_wrapper img {    
    width: 900px;
    opacity: 0;
    min-width: 100%;
    margin-left: -67px;
}

.img_wrapper div {
    position: absolute;
}

