@media only screen and (max-device-width: 480px) {
  html body #main_container {
    margin-top: 0 !important;
  }
  html body #main_container .header {
    width: 100vw;
    position: relative;
    left: 0;
    margin-bottom: 0;
  }
  html body #main_container .header #logo {
    margin-left: 10px;
    font-size: 12pt;
    position: absolute;
    top: 0;
    margin-top: 20px;
  }
  html body #main_container .header #logo a {
    text-decoration: none;
  }
  html body #main_container .header .social {
    display: none;
  }
  html body #main_container .inner_container {
    margin-top: 25px;
    padding-top: 0;
  }
  html body #main_container .image_container {
    margin-top: 60px;
  }
  html body #main_container .categories {
    margin-top: 12px;
    padding: 10px;
  }
  html body #main_container .categories .category {
    position: relative;
  }
  html body #main_container .categories .category .image img {
    width: calc(100vw - 20px);
    height: auto;
  }
  html body #main_container .categories .category .image video {
    width: calc(100vw - 20px);
    height: auto;
  }
  html body #main_container .categories .category .title {
    position: relative;
    left: 0;
    width: calc(100vw - 10px - 20px);
    text-align: right;
    display: block;
    /* padding-right: 10px; */
    box-sizing: content-box;
    margin-top: 10px;
  }
  html body #main_container .menu {
    top: 40px;
  }
  html body #main_container .menu .filter {
    margin-left: 10px;
    font-size: 12pt;
  }
  html body #work_description {
    display: none;
  }
  html body #work_name_mobile {
    display: none;
    clear: both;
    margin: 10px;
    padding-top: 20px;
  }
  html body #work_description_mobile {
    display: block;
    width: calc(100vw - 20px);
    box-sizing: border-box;
    float: none;
    padding: 10px 0 0;
    margin-left: 10px;
    font-size: 13px;
    text-align: justify;
  }
  html body #image_wrapper {
    width: 100vw !important;
    margin: 0;
    padding: 10px;
    padding-top: 0;
    margin-top: 10px;
    box-sizing: border-box;
  }
  html body #image_wrapper img,
  html body #image_wrapper video {
    width: 100% !important;
    height: auto !important;
  }
  html body #image_wrapper #title {
    width: 100% !important;
    font-family: Arial, serif;
    margin-bottom: 2px;
    font-size: 10pt;
  }
  html body .footer {
    margin-top: 0px;
    padding: 10px;
  }
  html body .footer .column {
    width: calc(100vw - 20px);
  }
  html body .footer .last_column .about_us {
    display: none;
  }
  html body .footer .last_column .social {
    position: absolute;
    right: 10px;
    top: 40px;
  }
}
/*# sourceMappingURL=mobile.css.map */