Hello! I want to create this look where the box overlaps the image

I watched the YouTube video “How to Create Overlapping Content (Part 2)”
I added the row element to the column and applied the css
$el.x-row{
margin-left:-150px;
}
and nothing changed.
Please advise on how I can make the row overlap the image. Thank you so much!



