/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 480px) {
    .bg-dark{
        display: none;
    }


    }

/* ##Device = Low Resolution Tablets, Mobiles (Landscape) -------------- */

@media (min-width: 481px) and (max-width: 767px) {
  

    
  }


/* ##Device = Tablets, Ipads (portrait) ----------------- */

@media (min-width: 768px) and (max-width: 1024px) {
  

    
  }  
  