#indicator {
     padding: 10px;
     background-color: rgb(0, 0, 0);
     position: fixed;
     z-index: 1000;
}

@media (max-width: 575.98px) { 

     #re-first-pic {
          padding-top: 40px !important;
     }

     .margin-none-small {
          margin-left: 60px !important;
     }

     .bg-download {
          padding: 40px 10px !important;
          width: 230px !important;
     }
}


 /* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
     #indicator {
          background-color: red !important;
     }


}

/* // Medium devices (tablets, 768px and up) DOWN */
@media (min-width: 768px) { 
     #indicator {
          background-color: rgb(247, 0, 255) !important;
     }
     


 }

/* // Large devices (desktops, 992px and up) DOWN */ 
@media (min-width: 992px) { 
     #indicator {
          background-color: rgb(0, 94, 255) !important;
     }

       
 }

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
     #indicator {
          background-color: rgb(242, 255, 0) !important;
     }


}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
     #indicator {
          background-color: rgb(95, 188, 151) !important;
     }

     
 }
