@media (min-width: 1200px) {
  .alas {
    background-image: 
    url(../img/home-left.png),
    url(../img/home-right.png);
  background-position:
    center left, 
    top right; 
  background-repeat:
    no-repeat; 
  }
}
@media (max-width: 991px) {
  .hide-collapsed {
      display: none !important; 
  }
  .none-mobile {
    display:none;
  }
}

