/* Add custom CSS styles below */ 
/* Banners */
.banner--fixed img {
  border-radius: 0;
}

section.s-block.s-block--fixed-banner .container {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

@media(max-width: 768px) {
  :nth-child(1 of section.s-block.s-block--fixed-banner), :nth-child(3 of section.s-block.s-block--fixed-banner), :nth-child(5 of section.s-block.s-block--fixed-banner) {
    display: none;
  }
}

@media(min-width: 768px) {
  :nth-child(2 of section.s-block.s-block--fixed-banner), :nth-child(4 of section.s-block.s-block--fixed-banner), :nth-child(6 of section.s-block.s-block--fixed-banner) {
    display: none;
  }
}
/***/

.s-block__title h2 {
  text-align: center;
}

.s-block__title p {
  display: none;
}

.mask-block {
  mask-image: unset;
  color: #fff;
}

.mask-block .s-block__title h2 {
  color: #fff;
}