OK, add this CSS to make that block element fill the width of the content:
.single-post .inside-article > .gb-container {
margin-left: -50px;
margin-right: -50px;
}
@media(max-width: 768px) {
.single-post .inside-article > .gb-container {
margin-left: -30px;
margin-right: -30px;
}
}