.main-news-detail {
  margin-top: 150px; }
  @media only screen and (max-width: 1200px) {
    .main-news-detail {
      margin-top: 100px; } }
  .main-news-detail .news-title-img-wrapper {
    width: 100%;
    padding-top: 40%; }
    .main-news-detail .news-title-img-wrapper img {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
