.image img {
  max-width: 100%;
  height: auto;
}

.image a {
  display: inline-block;
  max-width: 100%;
}

.image .image-caption {
  display: block;
  font-style: italic;
  font-size: 11px;
  color: #747474;
}

.image-default-size img {
  max-width: none;
  width: auto !important;
}

.image-full-size img {
  width: 100% !important;
  height: auto !important;
}

.image-left .component-content > div > img {
  float: left;
}

.image-right .component-content > div > img {
  float: right;
}

.image-main_container {
    position: relative;
}

.image-main_tag {
    position: absolute;
    margin-top: -51px;
    opacity: .8;
    margin-left: 15px;
    background: #fff;
    padding: 0 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    background-clip: padding-box;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    height: 30px;
    display: flex;
    align-items: center;
    line-height: 1;
}

.right-navi-soc-col .rich-text img,
.right-navi-soc-col .component.image:not(.inner-banner) img,
.Medical.Library .component-content img {
    margin: 20px 0;
}
/* ========================================================================
  #MOBILE LOGO
  ======================================================================== */
.news-img-sx {
    overflow: hidden;
    height: 264px
}

    .news-img-sx img {
        top: 50%;
        left: 50%;
        position: relative;
        transform: translate(-50%, -50%);
    }
@media only screen and (max-width: 639px) { 
    .news-img-sx {
        height: 225px;
    }

}
@media only screen and (max-width:480px) {
    .news-img-sx {
        height: 160px;
    }
}

