
  #how-to-use-a-class-schedule-main{ max-width: 75%; /*border: 0.2px solid grey;*/
              margin: auto;
              padding: 1% 2%  2% 2%;
          }
          
          h3{
              font-size: 1.596rem;
          }
          
          
          
          .hero-figure {
           /* border: 1px solid red; 
             background-image: url("files/online-teacher-background.png");*/
       max-width: 90%;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

 

}

 .hero-figure  > img{
     width: 100%;
 }




.hero-figure figcaption {
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  background: rgba(0,0,0,0.5);
  padding: 10px 14px;
  border-radius: 6px;
}
*/