.analysis-news-page{
  min-height: calc(100vh - 72px);
  padding: 16px 12px 40px;
  background: #f2f3f5;
}

.analysis-news-paper{
  width: min(100%, 1440px);
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #d8dde5;
  box-shadow: 0 18px 46px rgba(15, 23, 42, .12);
}

.analysis-news-image{
  display: block;
  width: 100%;
  height: auto;
}

.analysis-news-frame{
  display: block;
  width: 100%;
  min-height: calc(100vh - 120px);
  height: 1320px;
  border: 0;
  background: #ffffff;
}

@media (max-width: 720px){
  .analysis-news-page{
    padding: 12px 8px 32px;
  }

  .analysis-news-paper{
    border-left: 0;
    border-right: 0;
    box-shadow: none;
  }

  .analysis-news-frame{
    min-height: calc(100vh - 96px);
    height: 1040px;
  }
}
