/* Breakpoints */
.fullwidth-section .container {
  max-width: 100% !important;
  width: 100%;
  padding: 0;
  margin: 0;
}

#after_section_2 {
  background: #F8F8F8;
  border: 0;
}

.brands-images-wrapper {
  margin-top: 90px;
}
.brands-images-wrapper .single-brand img.hover {
  display: none;
}
.brands-images-wrapper .single-brand:hover img {
  display: none;
}
.brands-images-wrapper .single-brand:hover img.hover {
  display: block;
}
.brands-images-wrapper .single-brand .image-overlay {
  display: none !important;
}