@media (max-width: 970px) {
  html.elisa__rwd--wide #pageContent {
    width: 100%;
  }
  html.elisa__rwd--wide .default-gradient {
    max-width: 100%;
  }
  html.elisa__rwd--wide .content-area.tab-content .right-column {
    float: none;
    width: 260px;
    max-width: 100%;
    border: none;
    background: none;
  }
  html.elisa__rwd--wide .content-area.tab-content .left-column {
    float: none;
    width: 100%;
  }
  html.elisa__rwd--wide .content-area.tab-content .left-column .devicelist {
    float: none;
    max-width: 100%;
  }
}
@media (max-width: 599px) {
  html.elisa__rwd--wide #headerTitle.saunalahti__mobile-title {
    display: block;
    max-width: 100%;
    padding-top: 30px;
    font-size: 60px;
    word-wrap: break-word;
  }
  html.elisa__rwd--wide .content-area.tab-content {
    padding: 10px;
  }
  html.elisa__rwd--wide .content-area.tab-content .left-column .devicelist {
    display: block;
  }
  html.elisa__rwd--wide .main-column a[href$=".pdf"] {
    width: 100%;
  }
  html.elisa__rwd--wide #headerTitle {
    font-size: 45pt;
    word-break: break-word;
  }
}
