I had to get rid of the box shadow too, so here’s what worked…
.col-boxes.columns-two.grt.post_box .col1 {
width: 66%;
border-bottom: none;
box-shadow: none;
}
I then removed the top padding so the top of the video player and the top of the right column lined up horizontally.
Thanks for your help!
Trevor