@media (max-width: 768px) {
  .responsive-hidden {
    display: none; }

  div.templatecontent.container > table {
    display: block;
    width: 620px; }
    div.templatecontent.container > table > tbody {
      display: block;
      width: 100%; }
      div.templatecontent.container > table > tbody > tr {
        display: block;
        width: 100%; }
        div.templatecontent.container > table > tbody > tr > td {
          display: block;
          width: 100%; }
          div.templatecontent.container > table > tbody > tr > td img, div.templatecontent.container > table > tbody > tr > td video {
            display: block;
            width: 100%;
            height: auto;
            margin: auto; }
          div.templatecontent.container > table > tbody > tr > td .responsive-small-image {
            width: 70%; } }
@media (max-width: 630px) {
  div.templatecontent.container > table {
    width: 510px; }
  div.templatecontent.container h1 {
    font-size: 30px; }
  div.templatecontent.container h2 {
    font-size: 25px; }

  div.templatecontent.container > table > tbody > tr > td .responsive-small-image {
    width: 100%; } }
@media (max-width: 540px) {
  div.templatecontent.container > table {
    width: 100%; }

  div.templatecontent.container > table > tbody > tr > td .responsive-small-image {
    width: 100%; } }


