.mobileAlert .modal-dialog {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0; }

.mobileAlert .modal-content {
  height: 100%;
  min-height: 100%;
  height: auto;
  border-radius: 0;
  border-style: none; }

.mobileAlert .modal-body {
  padding: 30px;
  background: url(/app/img/trans-nav-bg.jpg) no-repeat; }
  .mobileAlert .modal-body .flex-item {
    text-align: center; }
  @media screen and (orientation: portrait) {
    .mobileAlert .modal-body .mobile-alert-icon {
      margin-top: 50px;
      margin-bottom: 50px; }
    .mobileAlert .modal-body .mobile-alert-message {
      font-size: 36pt; }
    .mobileAlert .modal-body .mobile-alert-icon img {
      width: 300px;
      height: 300px; } }

@media screen and (orientation: portrait) and (max-height: 768px) {
  .mobileAlert .modal-body .mobile-alert-message {
    font-size: 22pt; }
  .mobileAlert .modal-body .mobile-alert-icon img {
    width: 150px;
    height: 150px; } }

@media screen and (orientation: portrait) and (max-height: 640px) {
  .mobileAlert .modal-body .mobile-alert-message {
    font-size: 24pt; }
  .mobileAlert .modal-body .mobile-alert-icon img {
    width: 100px;
    height: 100px; } }

@media screen and (orientation: portrait) and (max-height: 568px) {
  .mobileAlert .modal-body .mobile-alert-icon {
    margin-top: 30px;
    margin-bottom: 30px; }
  .mobileAlert .modal-body .mobile-alert-message {
    font-size: 18pt; }
  .mobileAlert .modal-body .mobile-alert-icon img {
    width: 100px;
    height: 100px; } }
  @media screen and (orientation: landscape) {
    .mobileAlert .modal-body .mobile-alert-icon {
      margin-top: 50px;
      margin-bottom: 50px; }
    .mobileAlert .modal-body .mobile-alert-message {
      font-size: 36pt; }
    .mobileAlert .modal-body .mobile-alert-icon img {
      width: 300px;
      height: 300px; } }

@media screen and (orientation: landscape) and (max-height: 768px) {
  .mobileAlert .modal-body .mobile-alert-message {
    font-size: 22pt; }
  .mobileAlert .modal-body .mobile-alert-icon img {
    width: 150px;
    height: 150px; } }

@media screen and (orientation: landscape) and (max-height: 568px) {
  .mobileAlert .modal-body .mobile-alert-icon {
    margin-top: 30px;
    margin-bottom: 30px; }
  .mobileAlert .modal-body .mobile-alert-message {
    font-size: 16pt; }
  .mobileAlert .modal-body .mobile-alert-icon img {
    width: 75px;
    height: 75px; } }

@media screen and (orientation: landscape) and (max-height: 375px) {
  .mobileAlert .modal-body .mobile-alert-icon {
    margin-top: 15px;
    margin-bottom: 15px; }
  .mobileAlert .modal-body .mobile-alert-message {
    font-size: 16pt; }
  .mobileAlert .modal-body .mobile-alert-icon img {
    width: 70px;
    height: 70px; } }

@media screen and (orientation: landscape) and (max-height: 320px) {
  .mobileAlert .modal-body .mobile-alert-icon {
    margin-top: 15px;
    margin-bottom: 15px; }
  .mobileAlert .modal-body .mobile-alert-message {
    font-size: 12pt; }
  .mobileAlert .modal-body .mobile-alert-icon img {
    width: 55px;
    height: 55px; } }
