/*
.solutions .header-bg                                                                   { height:733px; }
.solutions .page-title                                                                  { height:385px; }
.solutions .page-title hr                                                               { margin-bottom:30px; }
.solutions .prime-image                                                                 { margin-top:-408px; }
*/
.home .header-bg                                                                        { height:1004px; }
.home .page-title                                                                       { height:713px; color:#fff; }
.home .page-title p                                                                     { font-size:22px; }
.home .page-title hr                                                                    { margin-bottom:30px; }



/* SMALL DESKTOP */
@media only screen and (min-width: 1036px) and (max-width: 1250px) {

}

/* TABLET LANDSCAPE */
@media only screen and (min-width: 768px) and (max-width: 1035px) {   

}

/* TABLET AND MOBILE */
@media only screen and (max-width: 767px) {

  .solutions .header-bg                                                                   { height:250px; }
  .solutions .page-title                                                                  { height:auto; }
  .solutions .page-title hr                                                               { margin-bottom:0; }
  .solutions .prime-image                                                                 { margin-top:0; }

}

/* MOBILE LANDSCAPE */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}

/* MOBILE PORTRAIT */
@media only screen and (max-width: 479px) {

}