@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 


.tall-banner {height: 500px !important; display: flex; align-items: center; }
.tall-banner h2 {color: #fff; text-align: center; line-height: 1.0em; font-size: 2.3em; text-shadow: 2px 2px 4px #000000;}
.tall-banner h3 {color: #fff; text-align: center; font-size: 2.0em; }
.tall-banner h4 {color: #fff; text-align:center; font-size: 1.3em;}

.hidden-mobile {display:none;}  	

/*#block-dxpr-theme-topbanner {display:none;}*/
#block-dxpr-theme-topbanner p {font-size: 0.8em; margin-top: 20px; text-align: center; }

.page-title-full-width-container  {margin-top: 20px; }

.body--dxpr-theme-nav-mobile #logo {max-height: 90px;}
}

.hidden {
	display:none;

}
