img {
  opacity: 1;
  -moz-transition: opacity 2s;
  -webkit-transition: opacity 2s;
  -o-transition: opacity 2s;
  transition: opacity 2s;
}

img[data-src]{
  opacity: 0;
}

/*#am:hover {
  content: url('Images/New_Notable/amara.png');
}

#an:hover {
  content: url('Images/New_Notable/anthony_hover.png');
}

#mdw:hover {
  content: url('Images/New_Notable/mdw_hover.png');
}

#bbs:hover {
  content: url('Images/New_Notable/bbs_hover.png');
}

*/ 
@media screen and (min-width: 200px) and (max-width: 1500px)
{
  .p_container {
    display: none;
  }

  .m_container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header_font {
    font-family: Bangla;
    font-size: 25px;
  }
}

@media screen and (min-width: 1500px) and (max-width: 2000px)
{
  .m_container {
    display: none;
  }

  .p_container {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .header_font {
    font-family: Bangla;
    font-size: 35px;
  }
 
}

