@media screen and (max-width:1295px){
    .partnersComponent .partner .partnerImage{width:80%;}
}

.ctaComponent--image {background-position: center; background-size: cover; background-repeat:no-repeat;}
.ctaComponent--image:after{display:block;width:100%;height:100%;position:absolute;top:0;right:0;left:0;background-color:inherit;opacity:.6;content:unset}
.ctaComponent--image.hasOverlay::after{content:""}
.ctaComponent--image .textContent{z-index:2;}

@media print {
  /* Hide the :after content on print */
  .moreLink:after {content:"("attr(href)")"; transform:initial;display:block;border:none;font-size:14px;}
 .socialMenu a{width:100%; font-size:12px;display:inline-block;}
 .socialMenu a:after {display:block;}
}