Hi ludo974
You can apply this css for the hover effect:
.acm-slideshow .btn.btn-primary:hover {
background-color: #ea2222 !important;
border-color: #ea2222 !important;
}
and set the height for slide item:
.acm-slideshow .item {
height: 600px !important; }