#slide .container {
    margin: 0;
    padding: 0;
    width: 100% !important;
    max-width: 100% !important;
}
.hover-effect:hover .overlay {
    background: rgba(50,50,50,0.5);
}