
/* If the screen size is 1024px or more */
@media only screen and (min-width: 1024px) {







}





/* When the width is between 425px and 1024px  */
@media only screen and (min-width: 425px) and (max-width: 1024px) {



}





/* If the screen size is 425px or less */
@media only screen and (max-width: 425px) {

.A_imgAbove{/* 3_courses_lesson */
  margin: 5px;

  width: 80%;
} /* centrer image */

figure{
	margin: 0;
}



 .breadcrumbs {

      display: none;

    }


}