
  #panel-wrapper{}
  .panels{
        width:60%; 
        margin: auto; 
        background-color:#ffffff;            
       }
  
  img.img-fluid{
              float: left;  
              padding: 0px 20px 20px 20px;
            }
  
  /*h2{color: red;}*/

  .excerpt-panel{
    font-family: 'Chelsea Market', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    font-style: italic;
    line-height: 1.2;
    box-shadow: 0px 14px 15px -7px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 14px 15px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 14px 15px -7px rgba(0,0,0,0.75);
  }

  p{padding-left:20px;}
  


  @media (max-width: 768px) {
  .panels{width:98%;}
  img.img-fluid {                
                display: block;        /* Changes the image from inline to block */
                float:none;
                /* clear: both;           /* Breaks past any previous left or right floats */
                margin-left: auto;     /* Centers the block element horizontally */
                margin-right: auto;    /* Centers the block element horizontally */              
                max-width:375px;
                height: auto;
              }
  }
