<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 1024px) and (max-width: 1100px) {

  .categories-btn {
    padding: 10px 2.3%;
  }
}

@media (max-width: 991.98px) {
  .product-detail-tab .nav-link {
    width: 50% !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

  .text-box p {
    margin: 1px;
  }

  .suppliersbtn {
    font-size: 12px;
    line-height: 20px;
    width: 140px;
  }

  .img-box {
    width: 155px;
    height: 85px;
    line-height: 96px;
    border: 1px solid #ececec;
    text-align: center;
    overflow: hidden;
    display: block;
    margin: auto;
  }

  .logo-img {
    width: 175px;
    height: 50px;
  }

  .hot-supplier a&gt;img {
    height: 120px;
    margin: 5px 0;
  }

  .footer-heading {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
  }

  .footer-title {
    font-size: 12px;
  }

  .marble-text {
    font-size: 12px;
    line-height: 12px;
  }


  .marble-image {
    height: 30px;

  }

  .home-item {
    height: 280px;
  }

  .home-item .left-box {
    width: 200px;
    height: 280px;
  }

  .home-item .left-box .itemname {
    font-size: 20px;

  }


  .home-item .right-index-box a img {
    width: 90px;
    height: 35px;
  }

  .home-item .right-index-box&gt;a p {
    font-size: 14px;
    color: #555;
    font-weight: 400;
    margin-bottom: 20px;
  }

  .item-box {
    background: #fff;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    height: 252px;
    width: 100%;

  }

  .tabitem-box {
    background: #fff;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    height: 252px;
    width: 100%;

  }

  .special-box {
    width: 32%;
    margin-right: 0px;
    margin-bottom: 0px;
    background: 0 0;
    display: inline-block;
    height: 404px;
  }

  .tabwrap-box {
    width: 80%;
    display: nlock;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;

  }

  .wrap-box {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
  }

  .left-box {
    width: 200px;
    padding: 20px;
    height: 252px;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
    float: left;

  }

  .left-box img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;

  }

  .left-box .itemname {
    font-size: 18px;
    color: #222;
    margin: 10px 0;
    position: relative;
    z-index: 1;
    font-weight: 700;
  }

  .right-box {
    width: 78%;
    background: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 126px;
  }

  .right-box a img {
    float: right;
    transition: transform .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
  }

  .right-box a img {
    width: 80%;
    height: auto;
  }

  .right-box a {
    width: 19.8%;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    position: relative;
    display: inline-block;
    padding: 10px;
  }

  .right-box a:nth-child(n+6):nth-child(-n+10) {
    border-bottom: 0;
  }

  .right-box a p {
    font-size: 12px;
    color: #555;
    font-weight: 400;
    margin-bottom: 20px;
    min-height: 28px;
  }

  .right-item-box {
    width: 20%;
    background: #fff;
    margin-left: 20px;
    padding: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .sTitle {
    font-weight: 700;
    font-size: 14px;
  }

  .productlist .imgbox {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }

  .productlist .productname {
    width: 60px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {

  .cms-global-suppliers-top {
    background: url('../../assets/img/website1.jpg') no-repeat center top / contain;
    height: 100vh;
    min-height: 400px;
    width: 100%;
    margin: 0;
    padding: 0;

  }

  .cms-global-suppliers-top div {
    position: absolute;
    top: 0;
    left: 50%;
    width: 90%;
    transform: translate(-50%, 50%);
  }

  .cms-global-suppliers-top,
  .cms-global-suppliers-bottom {
    background-size: cover;
    /* Ensure image width is 100% */
    height: 240px;
    min-height: unset;
  }

  .cms-global-suppliers-top div,
  .cms-global-suppliers-bottom div {
    width: 90%;
    /* Adjust content width on smaller screens */
    top: 15%;
    /* Adjust vertical centering */
    transform: translate(-50%, -40%);
  }

  .cms-global-suppliers-top div p,
  .cms-global-suppliers-bottom div p {
    font-size: 11px;
    /* Reduce font size for mobile */
  }

  .cms-global-suppliers-top div h6,
  .cms-global-suppliers-bottom div h6 {
    font-size: 16px;
    /* Reduce font size for mobile */
  }

  .cms-purchase {
    background: url('../../assets/img/website4.jpg') no-repeat center;
    background-size: cover;
    height: 240px;

  }

  .cms-purchase div {
    position: absolute;
    width: 90%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .cms-purchase div h6 {
    font-size: 16px;
  }

  .cms-purchase div h4 {
    font-size: 11px;
  }

  .cms-professional h6 {
    font-size: 16px;
  }

  .cms-professional h4 {
    width: 90%;
    font-size: 11px;
  }

  #service-supplier-buttons {
    width: 90%;
  }

  #service-supplier-buttons .button,
  .text-diamond-blue {
    font-size: 16px;
  }

  .text-diamond-blue {
    width: 100%;
  }

  .cms-card-body h4 {
    font-size: 16px;
  }

  .cms-card-body p {
    font-size: 12px !important;
  }

  /* Match Your Image Page */

  .match-title {
    font-size: 18px;
    color: #1b75bc;
    text-align: center;
    margin: 20px auto;
    line-height: 30px;
    font-weight: 700;
    border-bottom: 1px dotted #dedede;
    padding-bottom: 20px;
  }

  .SearchPicture-Explanation-box {
    font-size: 12px;
    text-align: left;
  }

  .SearchPicture-Explanation-box img {
    max-width: 100%;
    height: 250px;
    margin-top: 20px;
  }

  .img-box-match {
    width: 90%;
    height: 250px;
    font-size: 18px;
    line-height: 250px;
  }

  .img-box-match-small,
  .img-box-preview-small {
    width: 90%;
    height: 250px;
    border: 1px dashed #dedede;
    box-sizing: border-box;
    color: #c1c1c1;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
  }

  .img-box-match-small {
    text-align: center;
    line-height: 250px;
  }

  .img-box-preview {
    width: 90%;
    height: 250px;
  }


  .SearchBut-small p {
    display: inline-block;
    background: #1b75bc;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 0 40px;
    text-decoration: underline;
    cursor: pointer;
  }

  .SearchBut p {
    padding: 0 50px;
  }

  .SearchBut p:hover,
  .SearchBut-small p:hover {
    opacity: 0.8;
  }


  .vendor-icon-div {
    width: 30px;
    height: 30px;
  }

  .vendor-icon {
    font-size: 14px;
  }

  .vendor-banner {
    height: 150px;
  }

  .verified_image_supplier {
    height: 20px;
  }

  .stonecontact-productdescription {
    font-size: 14px;
  }

  .sign-img-list .sign-img {
    width: 90px;
    height: 90px;
  }

  .productdetailscard-title {
    margin-left: 10px;
    font-size: 14px;
  }

  #thumbnailCarousel .slick-arrow::before {
    font-size: 14px;
  }

  #thumbnailCarousel .item {
    height: 70px;
  }

  .stonefairdetail-left-item {
    margin-right: 0;
    padding: 0;
  }

  .top {
    padding: 0;
  }

  .top p.ShowOrganizer {
    margin: 6px 0 10px;
  }

  .right-item-fair-mobile {
    width: 100%;
  }

  .fair-info p {
    display: flex;
    font-size: 12px;
  }

  .fair-info p span {
    width: 50%;
  }

  .stone-detail-slider {
    height: 200px !important;
  }

  .fair-box .row .img-box {
    width: 150px;
    height: 70px;
  }

  .fair-box .row .img-box img {
    vertical-align: unset;
  }

  .fair-box .row p {
    color: #585858;
    margin: 0;
    font-size: 12px;
  }

  .buyer-mobile-country {
    display: inline-block;
    vertical-align: bottom;
    white-space: nowrap;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    /* max-width: 100px; */
  }

  .buyer-mobile {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
  }

  .content-margin {
    background: #fff;
  }

  .info p span {
    margin-right: 10px;
    width: 20px;
  }

  .carousel-indicators button.thumbnail {
    width: 40px;
  }

  .product-details-carousel-item {
    height: 250px;
  }

  .youlike-item {
    width: 46%;
  }

  .youlike-item .imgbox {
    height: 200px;
  }

  .youlike-item .recomname {
    margin: 10px;
    height: 25px;
  }

  .youlike-item .recomname a {
    font-size: 12px;
  }

  .recommended-item {
    width: 46%;
    margin: 0;
  }

  .recommended-item .imgbox {
    height: 200px;
  }

  .recommended-item .recomname {
    margin: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    height: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .recommended-item .recomname a {
    font-size: 12px;
    line-height: 18px;
    color: #000;
  }

  .logo-img {
    width: 150px;
    height: 50px;
  }

  .hot-supplier a&gt;img {
    height: 120px;
    margin: 5px 0;
  }

  .footer-heading {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }

  .footer-title {
    font-size: 12px;
    word-break: normal;
  }

  .wrap-box {
    display: box;
    display: flex;
    align-items: normal;
  }

  .tabitem-box {
    background: #fff;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    height: auto;
    width: 100%;
  }

  .item-box {
    display: inline-grid;
    margin-bottom: 20px;
    height: auto;
    width: 100%;

  }

  .tabwrap-box {
    width: 100%;
  }

  .right-box {
    width: 100%;
  }

  .right-box a {
    width: 33%;
  }

  .right-box a img {
    float: none;
    transition: transform .3s ease-out;
  }

  .right-box a img {
    width: 70px;
    height: 70px;
  }

  .right-box a p {
    font-size: 12px;
    color: #555;
    font-weight: 400;
    margin-bottom: 0;
    min-height: 28px;
  }


  .left-box {
    width: 100%;
    padding: 0;
    height: 20px;
    flex-shrink: 1;
    display: contents;
    float: left;

  }

  .left-box .itemname {
    font-size: 14px;
    color: #222;
    margin: 10px 0;
    z-index: 0;
    font-weight: 700;
  }

  .left-box img {
    display: none;
  }


  .sendmesage {
    padding-left: 0;
  }

  .sendmesage span {
    margin-right: 0;
    line-height: normal;
  }

  .sendmesage .btn-post-text {
    padding-left: 0;
  }

  .sendmessage-item span {
    margin-right: 0;
    width: auto;
  }

  .sendmessage-box {
    flex-shrink: 1;
  }

  .sendmessage-item p {
    padding-left: 0;
  }

  .sendmessage-item textarea {
    width: 100%;
  }

  .productlist .product-item-box {
    width: 30%;
  }

  .productlist .imgbox {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }

  .productlist .productname {
    width: 80px;
  }

  .productname {
    font-size: 14px;
  }

  .fix-size {
    width: 100%;
    height: 200px;
  }

  .vendor-name a {
    font-size: 12px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 576px) {
  /* Match Your Image Page */
  .banner {
    background-image: url(../../assets/img/service-supplier.png) !important;
    background-size: contain;
    background-position: center;
    max-height: 550px;
    background-repeat: no-repeat;
}
  .match-title {
    font-size: 18px;
    color: #1b75bc;
    text-align: center;
    margin: 20px auto;
    line-height: 30px;
    font-weight: 700;
    border-bottom: 1px dotted #dedede;
    padding-bottom: 20px;
  }

  .SearchPicture-Explanation-box {
    font-size: 12px;
    text-align: left;
  }

  .SearchPicture-Explanation-box img {
    max-width: 100%;
    height: 250px;
    margin-top: 20px;
  }

  .img-box-match {
    width: 90%;
    height: 250px;
    font-size: 18px;
    line-height: 250px;
  }

  .img-box-match-small,
  .img-box-preview-small {
    width: 90%;
    height: 250px;
    border: 1px dashed #dedede;
    box-sizing: border-box;
    color: #c1c1c1;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
  }

  .img-box-match-small {
    text-align: center;
    line-height: 250px;
  }

  .img-box-preview {
    width: 90%;
    height: 250px;
  }


  .SearchBut-small p {
    display: inline-block;
    background: #1b75bc;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 0 40px;
    text-decoration: underline;
    cursor: pointer;
  }

  .SearchBut p {
    padding: 0 50px;
  }

  .SearchBut p:hover,
  .SearchBut-small p:hover {
    opacity: 0.8;
  }

  .cms-global-suppliers-top {
    background: url('../../assets/img/website1.jpg') no-repeat center top / contain;
    height: 100vh;
    min-height: 400px;
    width: 100%;
    margin: 0;
    padding: 0;

  }

  .cms-global-suppliers-top div {
    position: absolute;
    top: 0;
    left: 50%;
    width: 90%;
    transform: translate(-50%, 50%);
  }

  .cms-global-suppliers-top,
  .cms-global-suppliers-bottom {
    background-size: cover;
    /* Ensure image width is 100% */
    height: 240px;
    min-height: unset;
  }

  .cms-global-suppliers-top div,
  .cms-global-suppliers-bottom div {
    width: 90%;
    /* Adjust content width on smaller screens */
    top: 15%;
    /* Adjust vertical centering */
    transform: translate(-50%, -40%);
  }

  .cms-global-suppliers-top div p,
  .cms-global-suppliers-bottom div p {
    font-size: 11px;
    /* Reduce font size for mobile */
  }

  .cms-global-suppliers-top div h6,
  .cms-global-suppliers-bottom div h6 {
    font-size: 16px;
    /* Reduce font size for mobile */
  }

  .cms-purchase {
    background: url('../../assets/img/website4.jpg') no-repeat center;
    background-size: cover;
    height: 240px;

  }

  .cms-purchase div {
    position: absolute;
    width: 90%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .cms-purchase div h6 {
    font-size: 16px;
  }

  .cms-purchase div h4 {
    font-size: 11px;
  }

  .cms-professional h6 {
    font-size: 16px;
  }

  .cms-professional h4 {
    width: 90%;
    font-size: 11px;
  }

  #service-supplier-buttons {
    width: 90%;
  }

  #service-supplier-buttons .button,
  .text-diamond-blue {
    font-size: 16px;
  }

  .text-diamond-blue {
    width: 100%;
  }

  .cms-card-body h4 {
    font-size: 16px;
  }

  .cms-card-body p {
    font-size: 12px !important;
  }

  .vendor-icon-div {
    width: 30px;
    height: 30px;
  }

  .vendor-icon {
    font-size: 14px;
  }

  .vendor-banner {
    height: 150px;
  }

  .trade-list .trade-img {
    width: 100%;
    overflow-y: auto;
    display: flex;
  }

  .trade-list .trade-img .img-wrap {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 100px;
    height: 100px;
    border: 1px solid #dedede;
    vertical-align: middle;
    text-align: center;
    line-height: 10px;
  }

  .verified_image_supplier {
    height: 20px;
  }

  .stonecontact-productdescription {
    font-size: 14px;
  }

  .sign-img-list .sign-img {
    width: 90px;
    height: 90px;
  }

  .productdetailscard-title {
    /* margin-left: 10px; */
    font-size: 14px;
  }

  #thumbnailCarousel .slick-arrow::before {
    font-size: 14px;
  }

  #thumbnailCarousel .item {
    height: 70px;
  }

  .stone-detail-slider {
    height: 200px !important;
  }

  .stonefairdetail-left-item {
    margin-right: 0;
    padding: 0;
  }

  .top {
    padding: 0;
  }

  .top p.ShowOrganizer {
    margin: 6px 0 10px;
  }

  .right-item-fair-mobile {
    width: 100%;
  }

  .fair-info p {
    display: flex;
    font-size: 12px;
  }

  .fair-info p span {
    width: 50%;
  }

  .fair-box .row .img-box {
    width: 150px;
    height: 70px;
  }

  .fair-box .row .img-box img {
    vertical-align: unset;
  }

  .fair-box .row p {
    color: #585858;
    margin: 0;
    font-size: 12px;
  }

  /* .fair-box .row .hot-fair-title {
    max-width: 40%;
  } */

  .buyer-mobile-country {
    display: inline-block;
    vertical-align: bottom;
    white-space: nowrap;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    /* max-width: 100px; */
  }

  .buyer-mobile {
    display: inline-block;
    vertical-align: bottom;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 40px;
  }

  .content-margin {
    background: #fff;
  }

  .info p span {
    margin-right: 10px;
    width: 20px;
  }

  .carousel-indicators button.thumbnail {
    width: 40px;
  }

  .product-details-carousel-item {
    height: 250px;
  }

  .youlike-item {
    width: 46%;
  }

  .youlike-item .imgbox {
    height: 200px;
  }

  .youlike-item .recomname {
    margin: 10px;
    height: 25px;
  }

  .youlike-item .recomname a {
    font-size: 12px;
  }

  .recommended-item {
    width: 46%;
    margin: 0;
  }

  .recommended-item .imgbox {
    height: 200px;
  }

  .recommended-item .recomname {
    margin: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    height: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .recommended-item .recomname a {
    font-size: 12px;
    line-height: 18px;
    color: #000;
  }

  .logo-img {
    width: 100px;
    height: 50px;
  }

  .hot-supplier a&gt;img {
    height: 120px;
    margin: 5px 0;
  }

  .footer-heading {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }

  .footer-title {
    font-size: 12px;
    word-break: normal;
  }

  .wrap-box {
    display: box;
    display: flex;
    align-items: normal;
  }

  .tabitem-box {
    background: #fff;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    height: auto;
    width: 100%;
  }

  .item-box {
    display: inline-grid;
    margin-bottom: 20px;
    height: auto;
    width: 100%;

  }

  .tabwrap-box {
    width: 100%;
  }

  .right-box {
    width: 100%;
  }

  .right-box a {
    width: 33%;
  }

  .right-box a img {
    float: none;
    transition: transform .3s ease-out;
  }

  .right-box a img {
    width: 70px;
    height: 70px;
  }

  .right-box a p {
    font-size: 12px;
    color: #555;
    font-weight: 400;
    margin-bottom: 0;
    min-height: 28px;
  }


  .left-box {
    width: 100%;
    padding: 0;
    height: 20px;
    flex-shrink: 1;
    display: contents;
    float: left;

  }

  .left-box .itemname {
    font-size: 14px;
    color: #222;
    margin: 10px 0;
    z-index: 0;
    font-weight: 700;
  }

  .left-box img {
    display: none;
  }

  .sendmesage {
    padding-left: 0;
  }

  .sendmesage span {
    margin-right: 0;
    line-height: normal;
  }

  .sendmesage .btn-post-text {
    padding-left: 0;
  }

  .sendmessage-item p {
    padding-left: 0;
  }

  .sendmessage-item textarea {
    width: 100%;
  }

  .sendmessage-item span {
    margin-right: 0;
    width: auto;
  }

  .sendmessage-box {
    flex-shrink: 1;
  }

  .quotation-right-head {
    font-size: 20px;
    text-align: center;
  }

  .quotation-left-head {
    font-size: 20px;
    text-align: center;
  }

  .library-total-text {
    font-size: 12px;
  }

  .library-head {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
  }

  .inquiry-text {
    font-size: 13px;
    line-height: 11px;
  }

  .footer-heading {
    width: 100%;
  }

  .sponser-head {
    font-size: 14;

  }

  .bread-heading {
    font-size: 28px;
  }

  .bread-subheading {
    font-size: 13px;
  }

  .topmenu&gt;li a {
    font-size: 10px;
    color: #333;
  }

  .stonecontact .menu {
    width: 360px;
    height: 48px;
    margin: 0 auto;
    box-shadow: 0 3px 6px 0 rgba(63, 48, 17, .2);
    font-size: 12px;
  }

  .stonecontact .menu .pmenu-item-text {
    padding: 0 8px;
  }

  .content .contact-box .contact-title {
    font-size: 11px;
  }

  .menunav {
    display: inline-flexbox !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;

  }

  .menunav li {

    flex: none;
    width: 16.6%;
    text-align: center;
    border: 1px solid #0056b3;
    color: black;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
  }

  .menunav li:hover {

    flex: auto;
    width: 16.6%;
    text-align: center;
    background: #0056b3;
    border: 1px solid #fff;
    color: #fff !important;
    cursor: pointer;
    border-right: 1px solid #fff;
    font-size: 14px;
    font-weight: 700;
  }

  .sponser-head {
    font-size: 22px;
  }

  .border-right {
    border-right: none;
  }

  .productlist .product-item-box {
    width: 30%;
  }

  .productlist .imgbox {
    width: 80px;
    height: 60px;
    line-height: 60px;
  }

  .productlist .productname {
    width: 80px;
  }

  .main-product-box .wrap .video-box {
    width: 320px;
    height: 320px;
    line-height: 330px;
  }

  .productname {
    font-size: 14px;
  }

  .vendor-name a {
    font-size: 12px;
  }

  .fix-size {
    width: 100%;
    height: 200px;
  }
}


@media (max-width: 320px) {
  .banner {
    background-image: url(../../assets/img/service-supplier.png) !important;
    background-size: contain;
    background-position: center;
    max-height: 550px;
    background-repeat: no-repeat;
}
}</pre></body></html>