@font-face {
    font-family: 'emsfont';
    src: url('https://informinent-dev18c.maxapex.net/Captpod.ttf') format('truetype');
  }
  
  .emslogo{
      font-family: emsfont,serif;
      font-size:2em;
      color:#ff0000;
  }

.s-image img{
    display: block;
    max-height: 15em;
    max-width: 15em;
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.s-image{
    display: block;
    height: 10em;
    width: 10em;
    border-radius: 50%;
    overflow: hidden;
}
