.ss-marten{
    position: relative;
}
.ss-marten .ssm-img-wrapper{
    border: 1px solid #5F1818;
    border-radius: 50%;
    overflow: hidden;
    height: 300px;
    width: 300px;
}
.ss-marten .ssm-circle-wrapper{
    border: 4px solid #EE7425 ;
    padding: 12px;
    height:332px;
    width: 332px;
    border-radius: 50%;
    margin: auto;
}
.ss-marten .ssm-img-wrapper img{
   object-fit: cover;
 height: 100%;
}

@media (min-width:992px) {
 .ss-marten .ssm-img-wrapper{
    height: 400px;
    width: 400px;
}
.ss-marten .ssm-circle-wrapper{
    padding: 28px;
    height: 464px;
    width: 464px;
}
.ss-marten .ssm-content{
    margin-left: 80px;
}
}
@media (min-width:1200px) {
  .ss-marten .ssm-content{
    margin-left: 40px;
}  
}

@media (max-width: 991px) {
  .ss-marten .ssm-img-wrapper,
  .ss-marten .ssm-circle-wrapper {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.ss-marten .ssm-img-wrapper img {
  display: block;
  margin: 0 auto;
}

