/* Your app custom styles here */
.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-bottom: 0px;
}


.responsive {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 18px;
  }
  
  .responsivepix {
    padding: 0px;
    width: 100%;
    height: auto;
    object-fit: cover;
    line-height: 0%;
  }
  

/* -----------------------------------*/
/* ---------->>> PROFILE 1 <<<-----------*/
/* -----------------------------------*/
.list-block.media-list.profile1 {
    margin-top: 0px;
  }
  
  .list-block.media-list .item-media.profile1 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  .item-content.profile1 {
    padding-left: 0px;
  }
  
  .author.profile1 {
    font-weight: 300;
    font-size: 20px;
    /*color: #171717; */
    margin: 5px 0;
    padding: 0 15px;
    text-align: center;
  }
  
  .author.profile2 {
    font-weight: 300;
    font-size: 16px;
    /*color: #171717;*/
    margin: 5px 0;
    padding: 0 15px;
    text-align: center;
  }
  
  .content-block.profile1 {
    max-width: 135px;
    text-align: center;
    margin: 0 auto;
  }
  
  p.profile1 {
    text-transform: uppercase;
    font-size: 12px;
  }
  