gigiograndi
Hi
The image use 100% width for the responsive view, and it will be auto resize in the slideshow
You do not need to choose a fix width as current image already not stretched.
There is only Height that is added so image fill complete background behind the text.
You can use this code in custom css
.acm-slideshow .owl-carousel .item .slider-img {
height: inherit;}
and this code to set a max height
.acm-slideshow .owl-carousel .owl-item {
max-height: 740px;
}
The result will be like this : http://prntscr.com/135uomz
Regards