/**MOBILE SLIDE START*/
@media screen and (max-width: 980px) {
    #slide-01 {
      background: url(../images/slider/embaladora-de-alimentos-mobile.jpg) !important;
      background-position: center center;
      background-size: 125% !important;
      background-repeat: no-repeat !important;
      margin-top: -90px;
    }

    #slide-02 {
        background: url(../images/slider/fabricacao-de-embaladoras-mobile.jpg) !important;
        background-position: center center;
        background-size: 125% !important;
        background-repeat: no-repeat !important;
        margin-top: -90px;
      }

      #slide-03 {
        background: url(../images/slider/painel-de-comando-mobile.jpg) !important;
        background-position: center center;
        background-size: 125% !important;
        background-repeat: no-repeat !important;
        margin-top: -90px;
      }
}
/**MOBILE SLIDE END*/

#slide-01 {
    background: url(../images/slider/embaladora-de-alimentos.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  #slide-02 {
    background: url(../images/slider/fabricacao-de-embaladoras.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  #slide-03 {
    background: url(../images/slider/painel-de-comando.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }