@media (max-width: 768px) {
  div.templatecontent.container .responsive-hidden {
    display: none; }
  div.templatecontent.container #dvd-template-tab {
    display: block;
    width: 100%;
    border: none; }
    div.templatecontent.container #dvd-template-tab * {
      border: none;
      text-align: center; }
    div.templatecontent.container #dvd-template-tab > tbody {
      display: block;
      width: 100%; }
      div.templatecontent.container #dvd-template-tab > tbody > tr {
        display: flex;
        flex-direction: row;
        justify-content: space-between; }
        div.templatecontent.container #dvd-template-tab > tbody > tr td {
          display: flex;
          flex-direction: column;
          justify-content: center;
          height: auto;
          padding: 5px;
          width: 100%; }
        div.templatecontent.container #dvd-template-tab > tbody > tr td:nth-child(1) img {
          display: block;
          width: 100%;
          height: auto; }
      div.templatecontent.container #dvd-template-tab > tbody tr:nth-child(3), div.templatecontent.container #dvd-template-tab > tbody tr:nth-child(2) {
        border: 1px solid black; }
        div.templatecontent.container #dvd-template-tab > tbody tr:nth-child(3) td, div.templatecontent.container #dvd-template-tab > tbody tr:nth-child(2) td {
          width: 33.333%; }
          div.templatecontent.container #dvd-template-tab > tbody tr:nth-child(3) td img, div.templatecontent.container #dvd-template-tab > tbody tr:nth-child(2) td img {
            display: block;
            width: 100%;
            height: auto; }
        div.templatecontent.container #dvd-template-tab > tbody tr:nth-child(3) td:nth-child(1), div.templatecontent.container #dvd-template-tab > tbody tr:nth-child(3) td:nth-child(2), div.templatecontent.container #dvd-template-tab > tbody tr:nth-child(2) td:nth-child(1), div.templatecontent.container #dvd-template-tab > tbody tr:nth-child(2) td:nth-child(2) {
          border-right: 1px solid black; }
      div.templatecontent.container #dvd-template-tab > tbody > tr:nth-child(3) {
        border-top: none; } }
@media (max-width: 380px) {
  div.templatecontent.container #dvd-template-tab > tbody tr:nth-child(3) td:nth-child(1) p, div.templatecontent.container #dvd-template-tab > tbody tr:nth-child(3) td:nth-child(2) p, div.templatecontent.container #dvd-template-tab > tbody tr:nth-child(2) td:nth-child(1) p, div.templatecontent.container #dvd-template-tab > tbody tr:nth-child(2) td:nth-child(2) p {
    font-size: 15px; }
  div.templatecontent.container #dvd-template-tab > tbody tr:nth-child(3) td:nth-child(1) b, div.templatecontent.container #dvd-template-tab > tbody tr:nth-child(3) td:nth-child(2) b, div.templatecontent.container #dvd-template-tab > tbody tr:nth-child(2) td:nth-child(1) b, div.templatecontent.container #dvd-template-tab > tbody tr:nth-child(2) td:nth-child(2) b {
    font-size: 16px;
    margin-bottom: 10px;
    display: block; } }


