.showPrint,
.showMobile,
.showTablet,
.showSmallDesktop{
   display:none;
}
@media screen and (min-width: 2000px) {
   .landing--about-us::before {
      background-size: 25%;
   }
}
@media screen and (min-width: 1920px) {
   .bigtext {
      font-size: 120px;
   }
   .reallybigtext {
      font-size: 180px;
   }

}

@media (max-width: 1860px) {

}
@media (max-width: 1700px) {

}


@media (max-width: 1570px) {

}

@media (max-width: 1300px) {


}

/* small desktop, tablet landscape*/
@media (max-width: 1240px) {

}
.replacecontent {
   background:pink;
}
