@media (max-width: 768px) {
  div.templatecontent.container .responsive-hidden {
    display: none; }
  div.templatecontent.container div[align=center] #posters-first-tab {
    display: block;
    width: 100%;
    color: red; }
    div.templatecontent.container div[align=center] #posters-first-tab > tbody {
      display: block;
      width: 100%; }
      div.templatecontent.container div[align=center] #posters-first-tab > tbody > tr {
        display: flex;
        flex-direction: row;
        justify-content: space-between; }
        div.templatecontent.container div[align=center] #posters-first-tab > tbody > tr td {
          width: 100%;
          display: flex;
          flex-direction: column;
          justify-content: center;
          height: auto; }
          div.templatecontent.container div[align=center] #posters-first-tab > tbody > tr td div.bar720x50 {
            width: 100%; }
      div.templatecontent.container div[align=center] #posters-first-tab > tbody tr:nth-child(1) {
        margin-bottom: 15px; }
      div.templatecontent.container div[align=center] #posters-first-tab > tbody tr:nth-child(3) td {
        width: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: auto; }
        div.templatecontent.container div[align=center] #posters-first-tab > tbody tr:nth-child(3) td img {
          height: auto;
          width: 100%; }
        div.templatecontent.container div[align=center] #posters-first-tab > tbody tr:nth-child(3) td p {
          text-align: center;
          margin: 0; }
      div.templatecontent.container div[align=center] #posters-first-tab > tbody tr:nth-child(3) td:nth-child(1) {
        width: 35%; }
      div.templatecontent.container div[align=center] #posters-first-tab > tbody tr:nth-child(3) td:nth-child(3) {
        width: 15%; }
      div.templatecontent.container div[align=center] #posters-first-tab > tbody tr:nth-child(3) td:nth-child(2) {
        width: 50%; }
      div.templatecontent.container div[align=center] #posters-first-tab > tbody tr:nth-child(2) {
        display: none; }
  div.templatecontent.container div[align=center] #posters-second-tab {
    display: block;
    width: 100%;
    border: none; }
    div.templatecontent.container div[align=center] #posters-second-tab * {
      border: none; }
    div.templatecontent.container div[align=center] #posters-second-tab > tbody {
      display: block;
      width: 100%; }
      div.templatecontent.container div[align=center] #posters-second-tab > tbody > tr {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        border: 1px solid black; }
        div.templatecontent.container div[align=center] #posters-second-tab > tbody > tr td {
          width: 33.3333%;
          display: flex;
          flex-direction: column;
          justify-content: center;
          height: auto;
          padding: 5px;
          border-left: 1px solid black; }
        div.templatecontent.container div[align=center] #posters-second-tab > tbody > tr td:first-child {
          border: none; }
      div.templatecontent.container div[align=center] #posters-second-tab > tbody tr:nth-child(2) {
        display: none; } }


