@brokenskeleton: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
@media screen and (min-width: 40em) {
.featured-video-content-wrapper .excerpt-video-left .hentry-inner {
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
width: 100%;
}
.featured-video-content-wrapper .excerpt-video-left .post-thumbnail {
-webkit-box-flex: 0;
-webkit-flex: 0 1 42.85714285714286%;
-moz-box-flex: 0;
-ms-flex: 0 1 42.85714285714286%;
flex: 0 1 42.85714285714286%;
margin: 0;
}
.featured-video-content-wrapper .excerpt-video-left .entry-container {
padding-left: 28px;
}
}
Let me know if this works out!
Kind Regards,
Skandha