@charset "utf-8";
/* CSS Document */

.pLaxRedYellowMain { 
  background: 
    linear-gradient(to bottom left, 
    rgba(244, 194, 23, 0.9), 
    rgba(214, 59, 18, 0.9)),
    url(../images/banners/branded-container.jpg);
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  vertical-align:middle !important;
  color: #fff;
}

.pLaxSection { 
	background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	color:#373435;
}

.Mobile {
  display: none !important;
}

.Desktop {
  display: block !important;
  z-index: 100;
}

@media (max-width: 600px){
  .Mobile {
    display: block !important;
    z-index: 100;
  }

  .Desktop {
    display:none !important;
  }

}
