.dvd-rs-second {
  display: none; }

@media (max-width: 768px) {
  div.templatecontent.container .responsive-hidden {
    display: none; }
  div.templatecontent.container #dvd-tab {
    display: block;
    width: 100%;
    border: none; }
    div.templatecontent.container #dvd-tab * {
      border: none; }
    div.templatecontent.container #dvd-tab > tbody {
      display: block;
      width: 100%; }
      div.templatecontent.container #dvd-tab > tbody > tr {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        border: 1px solid black;
        border-top: none; }
        div.templatecontent.container #dvd-tab > tbody > tr td, div.templatecontent.container #dvd-tab > tbody > tr th {
          display: flex;
          flex-direction: column;
          justify-content: center;
          border: none;
          height: auto;
          padding: 5px; }
          div.templatecontent.container #dvd-tab > tbody > tr td img, div.templatecontent.container #dvd-tab > tbody > tr th img {
            height: auto;
            width: 100%; }
        div.templatecontent.container #dvd-tab > tbody > tr td:first-child, div.templatecontent.container #dvd-tab > tbody > tr th:first-child {
          width: 25%;
          border-right: 1px solid black; }
          div.templatecontent.container #dvd-tab > tbody > tr td:first-child div, div.templatecontent.container #dvd-tab > tbody > tr th:first-child div {
            color: #005959; }
        div.templatecontent.container #dvd-tab > tbody > tr td:nth-child(2), div.templatecontent.container #dvd-tab > tbody > tr th:nth-child(2) {
          width: 40%;
          border-right: 1px solid black; }
        div.templatecontent.container #dvd-tab > tbody > tr td:nth-child(3), div.templatecontent.container #dvd-tab > tbody > tr th:nth-child(3) {
          width: 20%;
          border-right: 1px solid black; }
        div.templatecontent.container #dvd-tab > tbody > tr td:nth-child(4), div.templatecontent.container #dvd-tab > tbody > tr th:nth-child(4) {
          width: 15%; }
        div.templatecontent.container #dvd-tab > tbody > tr td:nth-child(4), div.templatecontent.container #dvd-tab > tbody > tr th:nth-child(4) {
          width: 15%; }
      div.templatecontent.container #dvd-tab > tbody > tr:nth-child(1) {
        border-top: 1px solid black; }
        div.templatecontent.container #dvd-tab > tbody > tr:nth-child(1) .dvd-rs-second {
          display: none; }
      div.templatecontent.container #dvd-tab > tbody .responsive-hidden {
        display: none; }
      div.templatecontent.container #dvd-tab > tbody .dvd-rs {
        margin-top: 25px;
        border-top: 1px solid black; }
        div.templatecontent.container #dvd-tab > tbody .dvd-rs td {
          display: none; }
        div.templatecontent.container #dvd-tab > tbody .dvd-rs td:nth-child(2) {
          display: block;
          width: 100%;
          border: none; }
      div.templatecontent.container #dvd-tab > tbody tr:last-child {
        display: none; } }
@media (max-width: 500px) {
  div.templatecontent.container h1 {
    font-size: 31px;
    margin-bottom: 20px; }
  div.templatecontent.container h2 {
    font-size: 23px;
    margin-bottom: 20px; }
  div.templatecontent.container #dvd-tab > tbody tr:first-child td:nth-child(4) {
    display: none; }
  div.templatecontent.container #dvd-tab > tbody tr:first-child td:nth-child(5) {
    display: flex;
    width: 15%; } }


