.star-field {
    background-image: url("../images/star_background_desktop.png    ") !important;
    width: 100% !important;
    height: 100% !important;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
}
body#page-top {
    background: none !important;
    background-image: url("../images/star_background_desktop.png    ") !important;
}
@media (max-width: 480px){
  .star-field {
    background-image: url("../images/star_background_mobile.png") !important;
    width: 100% !important;
    height: 100% !important;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
}
body#page-top {
    background: none !important;
    background-image: url("../images/star_background_mobile.png    ") !important;
}
}
@media screen and (max-width: 768px) and (min-width: 481px){
  .star-field {
    background-image: url("../images/star_background_tablte.png") !important;
    width: 100% !important;
    height: 100% !important;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
}
body#page-top {
    background: none !important;
    background-image: url("../images/star_background_tablte.png    ") !important;
}
}


