/* Responsive styles */

@media screen and (min-width: 981px) {
  .mob {
    display: none !important;
  }
} /* /min-width:981px 
---------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 980px) {
  * {
    box-sizing: border-box;
    max-width: 100%;
  }
  table {
    table-layout: fixed;
    width: 100%;
  }
  img {
    max-width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
  }
  body {
    margin: 0px;
    padding: 0px;
  }
  iframe {
    max-width: 100% !important;
  }
  object {
    max-width: 100% !important;
  }
  .pc {
    display: none !important;
  }

  div#main {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
} /* /max-width:980px 
---------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 767px) {
  div#container {
    padding-left: 15px;
    padding-right: 15px;
  }
  #main .content {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
  img.white-frame[src="images/me2.png"] {
    display: flex;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
  }
  img.white-frame[src="images/me2.png"] + h1.entry-title {
    font-size: 3rem !important;
    text-align: center;
  }
  button.button-5 {
    font-size: 1.5rem;
  }
  .content img.white-frame {
    display: flex;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
  }
  .sig {
    text-align: center;
  }
  .sig span img {
    display: inline-block;
    float: none !important;
  }
} /* /max-width:767px 
---------------------------------------------------------------------------------------------------- */
