/* Full Width Banner Section */
.section-full-width-banner {
  position: relative;
  margin: 0;
  padding: 0;
}

.full-width-banner {
  background-color: #f5f5f5;
}

.full-width-banner-image img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .full-width-banner * {
    transition: none !important;
    animation: none !important;
  }
}