
@media only screen and (min-width : 768px) {
   .jumbotron-custo {
      background-image: url('../images/LIink-Cover(3).jpg');
      background-size: cover;
      min-height: 410px;
      min-width: 100%;
      width: 100%;
      margin-right: 0px !important;
      margin-left: 0px !important;
      margin-bottom: 0px;
      margin-top: 0px;
      padding-right: 0px;
      padding-left: 0px;
      padding-top: 50px;
      padding-bottom: 0px;
      line-height: 0.5 !important;
   }
}

