Please change this classes: .featured, .fadeout and .feature_excerpt, too.
.featured, .fadeout {
height:220px; /*replaced it with your height */
}
.feature_excerpt{
max-height:200px;
padding:20px 30px 20px;
bottom:0;
display:none;
font-size:13px;
line-height:1.8em;
position:absolute;
width:250px;
z-index:3;
}
Afterward change the value "440" in functions.php with "220"
$k_option['custom']['imgSize']['XL'] = array('width'=>940, 'height'=>440); // big images for fullsize pages and mainpage slider
turns to:
$k_option['custom']['imgSize']['XL'] = array('width'=>940, 'height'=>220); // big images for fullsize pages and mainpage slider
Please be aware that you also need to change the dimensions of bg_shadow.png in the image folder to fit your needs (PSD files are included in the themeforest package).