/* 
** ++----++----++----++----++----++----++----++----++---++----++----++----++
** ++ DESTECH CONSULTING SERVICES INC.                                    ++
** ++ Property Tax Portal, 2023 - 2024                                    ++
** ++----++----++----++----++----++----++----++----++---++----++----++----++
*/
@media (min-width: 1024px) {
  body {
    background-image: url('../img/splash-2.jpg') !important;
    background-position: center;
    background-repeat: no-repeat; 
    background-size: cover !important;
  }
}
@media (max-width: 1023px) {
  body {
    background-image: url('../img/splash-2.jpg') !important;
    background-position: center;
    background-repeat: no-repeat; 
  }
}
