Can you try adding something like this to adjust the css
@media (min-width:1200px) and (max-width:1500px) {
.slideshow .slider-content-inner h1 {font-size: 30px;margin-top: 8px;}
body .slideshow .slider-content-inner {max-width: 50%;}
.slideshow .label-small {padding-top:12px;}
}
You may well need to tweak the values as needed to be a little more precise depending on your design idea