/* MAIN BG */
@media only screen and (min-width: 280px) {
  body {
    background-position-x: center !important;
    background-position-y: top !important;
    background-size: cover !important;
    background-image: none !important;
    /*  .wrap {
  
      display: flex;
      align-items: center;
  
      &> .container {
  
  
        !*padding: 0 50px;*!
  
        ul.breadcrumb {
  
          position: absolute;
          top: 92px;
  
        }
  
      }
  
    }*/
  }
}

