Hello Jesse,
I have checked your page and you added black-shadow class to your row. This class were then used in the custom css:
.black-shadow:hover{
transform: scale(1.1);
}
.black-shadow:hover {
-moz-box-shadow: 0 0 10px #5a5b5b;
-webkit-box-shadow: 0 0 10px #5a5b5b;
box-shadow: 0 0 10px #5a5b5b;
}
Keep in mind that the maximum width of the row is 1200 pixels. As you hover over the row, the width becomes 1320 pixels because it is exactly 110% of the current width. This is the result of the transform: scale(1.1); statement in your css.
Regretfully, this particular customization request is outside the scope of our support as this is not related to an issue with the theme and instead has to do with your customization of it. As such, you will need to investigate this particular issue on your own or seek help from a developer should you not feel comfortable making these changes yourself. If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries.
Please note that custom coding is outside the scope of our support. Issues that might arise from the use of custom code and further enhancements should be directed to a third party developer.
Thank you for your understanding.