* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.floatleft {
  float: left;
}
.cf {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.Absolute-Center {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
body {
  background-color: white;
  font-family: "sofia-pro", sans-serif;
  font-weight: 400;
  color: #000000;
  width: 100%;
}
td,
p {
  margin-bottom: 16px;
  line-height: 1.25em;
  font-size: 16px;
}
h1 {
  font-size: 48px;
  line-height: 1.2em;
  margin-bottom: 25px;
  font-weight: 600;
}
h1.news-title {
  margin-bottom: 0;
  display: inline-block;
}
h2 {
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 600;
}
h3 {
  margin-top: 3px;
}
h6 {
  font-size: 13px;
  line-height: 1.6em;
  font-weight: 600;
}
i {
  font-style: italic;
}
strong {
  font-weight: 900;
}
.superscript {
  font-size: 16px;
  position: relative;
  bottom: 15px;
  font-weight: 600;
}
.semi-bold {
  font-weight: 600;
}
lighter {
  font-weight: 400;
}
.minisuper {
  font-size: 9px;
  position: relative;
  bottom: 4px;
  font-weight: 100;
}
a {
  text-decoration: none;
  color: #000000;
}
a:hover {
  text-decoration: underline;
  padding-bottom: 0.2em;
}
a .buffering-indicator:hover {
  font-weight: normal;
}
a.current {
  text-decoration: underline;
}
.current-cat {
  text-decoration: underline;
}
table a[href^="http://"]:hover,
table a[href^="https://"]:hover {
  background: url(images/external.gif) center right no-repeat;
  background-color: #f7f7f7;
  padding-right: 20px;
}
.highlight {
  background-color: #eeeeee;
}
.highlight-bold {
  font-weight: 600;
  text-decoration: underline;
}
.highlight a {
  color: #000000;
}
.light {
  color: #ccc;
}
.logo,
.logo:hover {
  float: left;
  position: relative;
  top: 8px;
  margin-right: 8px;
  display: block;
  text-indent: -9999px;
  width: 100px;
  height: 42px;
  background: url(images/dror_logo_v2.svg);
  background-size: 100px 42px;
}
#header {
  width: 100%;
  padding-left: 2vw;
  padding-top: 2vw;
  z-index: 10;
}
#header #menu {
  text-transform: lowercase;
  padding-top: 5px;
}
#header #menu-2 {
  text-transform: lowercase;
  padding-top: 7px;
}
#header #dror {
  position: relative;
  cursor: pointer;
  width: 215px;
  left: -5px;
}
#header #dror .drorclick {
  position: absolute;
  top: 0;
  left: 0;
  width: 215px;
  height: 90px;
}
.drorlogo {
  width: 215px;
  height: 90px;
  background: url(images/dror_logo_v2.svg);
  background-size: 215px 90px;
}
.drorby {
  display: block;
  float: left;
  position: relative;
  top: -123px;
  margin-bottom: -100px;
  z-index: 100;
}
.blank-thumb {
  width: 100% !important;
  height: 200px !important;
}
.menu-thumb {
  position: absolute;
  width: 100% !important;
  padding-top: 2vw;
  top: 0px;
}
.header-thumb {
  position: absolute !important;
  padding-bottom: 0 !important;
  padding-left: 0px !important;
  padding-top: 0px !important;
  -webkit-box-shadow: 0 0 0 0 white;
  -moz-box-shadow: 0 0 0 0 white;
  box-shadow: 0 0 0 0 white;
}
.header-thumb #menu {
  text-transform: lowercase;
  padding-top: 5px !important;
}
.header-thumb .menu-listing {
  display: inline;
  font-size: 16px;
}
.header-thumb .menu-listing .menu-listing-text {
  display: initial;
  font-weight: 400;
}
.header-thumb #menu-2 {
  padding-top: 0.5vw !important;
}
.header-thumb #menu-2 .menu-listing {
  display: inline;
  font-size: 16px;
}
.header-thumb #menu-2 .slash {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 1px;
  margin-left: 3px;
  margin-right: -6px;
}
.header-thumb .menu-bg {
  width: 32% !important;
}
.header-thumb #menu-3 .menu-listing {
  display: inline;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
}
.header-thumb #menu-3 .slash {
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 1px;
  margin-left: 1px;
  margin-right: -2px;
}
.header-thumb #menu-3 {
  height: 0px;
  position: relative;
  visibility: hidden;
  padding-right: 30px !important;
  padding-top: 0.6vw !important;
  padding-bottom: 3vw !important;
  opacity: 0;
  background: rgba(255,255,255,0);
  -o-transition: background .2s ease-out;
  -ms-transition: background .2s ease-out;
  -moz-transition: background .2s ease-out;
  -webkit-transition: background .2s ease-out;
  transition: background .2s ease-out;
}
.header-thumb #menu-icon {
  float: left;
  position: relative;
  top: 0.7vw;
  display: block;
  width: 20px;
  height: 20px;
  background: url(images/list.svg);
  background-size: 20px 20px;
  opacity: 1;
  z-index: 20;
}
.header-thumb .slash {
  display: inline-block;
  width: 16px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: -3px;
  position: relative;
  top: 1px;
  margin-left: 5px;
}
.menu-listing {
  display: inline;
  position: relative;
  left: 0;
  font-size: 16px;
}
.menu-listing .menu-listing-text {
  display: inline;
  font-weight: 600 !important;
}
.slash {
  display: inline-block;
  width: 16px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: -6px;
  margin-left: 3px;
  position: relative;
  top: 1px;
}
.news-slash {
  margin-left: 8px !important;
}
.header-thumb .menu-bg:hover #menu-2 {
  background: #ffffff;
}
.header-thumb .menu-bg:hover #menu-3 {
  height: initial;
  background-color: #ffffff;
  top: 5px;
  opacity: 1;
  visibility: visible;
  transition: all .1s ease-out;
}
.header-thumb .menu-bg:hover {
  -webkit-box-shadow: 3px 7px 15px -10px black;
  -moz-box-shadow: 3px 7px 15px -10px black;
  box-shadow: 3px 7px 15px -10px black;
}
.header-thumb .menu-bg:hover #menu-icon {
  opacity: 0;
  width: 0vw;
}
#project-menu {
  visibility: hidden;
  padding-bottom: 40px;
  padding-right: 4px;
}
#project-menu .menu-listing {
  text-transform: lowercase;
}
#project-menu .index-icon {
  width: 14px;
  height: 14px;
  float: right;
  margin-right: 4px;
  margin-top: 10px;
  cursor: pointer;
}
.inactive-icon {
  opacity: 0.3;
}
.submenu {
  opacity: 0;
  visibility: hidden;
}
.submenu-show {
  opacity: 1;
  visibility: visible;
  transition: all .1s ease-out;
}
#main-container {
  width: 1200px;
  position: relative;
  margin: 120px 0 90px 2vw;
}
@media (min-width: 0px) and (max-width: 1220px) {
  #main-container {
    max-width: 800px;
  }
}
#main-container .column {
  width: 250px;
  float: left;
  font-size: 18px;
  margin-bottom: 20px;
}
#main-container .body2 {
  background-color: #f5f5f5;
  width: 66%;
  float: left;
}
#main-container .content {
  width: 100%;
}
.instagram {
  width: 800px;
}
.instagram-item {
  height: 250px;
  width: 250px;
  background-color: #000000;
  margin-right: -2px;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.caption {
  visibility: hidden;
  position: absolute;
  bottom: 0px;
  font-size: 11px;
  line-height: 1.3;
  color: black;
  background-color: #f7f7f7;
  display: block;
  padding: 8px 8px 24px 8px;
  margin-bottom: 2px;
}
.instagram-item:hover .caption {
  visibility: visible;
}
.threecolumns {
  column-count: 3;
  column-gap: 0px;
}
.supernature {
  position: fixed;
  top: 0;
  width: 96vw;
  height: 100vh;
  padding-top: 4vw;
  padding-bottom: 7vw;
  margin-top: 110px;
}
.news-img {
  margin-bottom: 8px;
}
.index-thumb {
  position: relative;
  overflow: hidden;
  float: left;
  width: 33.33%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.3s ease-out;
}
.index-thumb:hover .index-thumb-text {
  display: block;
}
.first-thumb,
.second-thumb,
.third-thumb {
  border-left: white 1px solid;
  border-top: white 1px solid;
}
.thumbnail-play {
  width: 3vw;
  height: 3vw;
  background-size: cover;
  position: absolute;
  left: 0.5vw;
  bottom: 4.3vw;
}
.thumbnail-play:hover {
  opacity: 0.5;
}
.thumbnail-video {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #f7f7f7;
}
.buffering-thumbnail {
  right: 2px !important;
  display: none;
}
.press-thumb {
  margin-bottom: 6vw;
  overflow: initial !important;
}
.press-thumb-text {
  color: black !important;
  padding-left: 0vw !important;
  padding-bottom: -0.3vw;
  bottom: -3.9vw !important;
}
.index-thumb-text {
  color: black;
  position: absolute;
  width: 100%;
  font-size: 1.7vw;
  line-height: 0.7em;
  padding-left: 1.3vw;
  padding-bottom: 1.3vw;
  bottom: 0px;
  font-weight: 600;
}
.project-subtitle {
  font-size: 1.0vw;
  line-height: 0.3em;
}
.light-slash {
  background-image: url('images/newslash-gray.png');
}
.normal-slash {
  background-image: url('images/newslash.png');
}
.hidden-thumb {
  display: none;
}
.noclick {
  cursor: not-allowed;
}
#project-text-listing,
#project-image-listing {
  position: absolute;
}
#projects {
  width: 100%;
}
#project-text-listing {
  visibility: hidden;
}
#project-image-listing {
  background-color: white;
  width: 100%;
  padding: 2vw;
}
.project-link {
  margin-bottom: 8px;
}
.project-cat {
  cursor: pointer;
}
.project-cat a:hover {
  background: none !important;
}
#bgvideo {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: -10;
  background-color: #f7f7f7;
}
#home {
  display: inline-block;
}
#home-menu {
  display: inline-block;
  max-width: 26vw;
  float: left;
}
#home-text {
  position: relative;
  display: inline-block;
  padding: 5vw 3vw 0px 2vw;
}
#home-text p {
  font-size: .9vw;
}
#home-text a {
  text-decoration: underline;
}
#home-intro {
  font-size: 2.35vw;
  padding-bottom: 2vw;
}
#home-intro-sub {
  font-size: 1.7vw;
}
.article-title {
  font-size: 4vw;
}
.article-subtitle {
  font-weight: 400;
  margin-right: .5vw;
}
.article-body {
  position: relative;
  font-size: 0.9vw;
  margin-top: 2vw;
  margin-right: 1vw;
  line-height: 1.25em;
}
#smlxl2 {
  position: absolute;
  clear: left;
  top: 44.5vw;
  left: 26vw;
  z-index: 0;
  max-width: 100vw !important;
  height: 13.5vw !important;
  transition: all 0.3s ease-out;
}
.smlxl2-column {
  position: relative;
  float: left;
  width: 18vw !important;
  max-width: 18vw !important;
  height: 13.5vw !important;
  text-align: center;
}
.smlxl2-img {
  position: absolute;
  float: left;
  width: 18vw !important;
  height: 13.5vw !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  transition: all 0.3s ease-out;
}
.smlxl2-column:hover .smlxl-img {
  opacity: .1;
}
.smlxl2-column:hover .smlxl-letter {
  color: #000000;
}
.smlxl2-cat {
  top: 0vw;
  margin: auto;
  position: relative;
}
.smlxl2-letter {
  position: relative;
  color: #f7f7f7;
  font-size: 12vw;
  font-weight: 900;
  letter-spacing: -1.4vw;
  left: -0.8vw;
}
.smlxl2-expl {
  position: relative;
  max-width: 100%;
  font-size: 0.9vw;
  font-weight: 600;
  color: black !important;
  letter-spacing: 0vw;
  left: 0.8vw;
  text-align: left;
  margin-top: 2vw;
}
.smlxl2-column:hover .smlxl2-img {
  opacity: .1;
}
.smlxl2-column:hover .smlxl2-letter {
  color: #000000;
}
.smlxl2-column:hover .smlxl2-descrip {
  visibility: visible;
}
.smlxl2-descrip {
  visibility: hidden;
  font-weight: 100;
  text-align: left;
}
#article {
  left: 0;
  position: relative;
  border: red solid 0px;
  top: 3vw;
  margin-left: 26vw;
}
.article-column {
  float: left;
  width: 24vw !important;
  margin-bottom: 4vw;
  border-top: black dotted 2px;
}
.article-img {
  z-index: -1;
  width: 24vw !important;
  height: 13.5vw !important;
  border-right: white solid 1px;
  margin-bottom: .5vw;
  margin-top: 1vw;
}
.article-title {
  position: relative;
  font-size: 1.2vw;
  font-weight: 900;
  margin-right: 1vw;
}
.article-subtitle {
  font-weight: 400;
  margin-right: .5vw;
}
.article-body {
  position: relative;
  font-size: 0.9vw;
  margin-top: 2vw;
  margin-right: 1vw;
  line-height: 1.25em;
}
#proj-highlight {
  position: relative;
  top: 2vw;
  left: 0vw;
  overflow: hidden;
  z-index: 0;
  max-width: 72vw;
  height: 40.5vw !important;
}
#proj-highlight #proj-images-slider {
  position: relative;
}
#proj-highlight .proj-image {
  overflow: hidden;
  width: 100% !important;
  float: left;
  position: relative;
}
#proj-highlight video,
#proj-highlight img {
  width: 72vw !important;
  height: initial !important;
  position: relative;
  top: 0vw !important;
  left: 0vw !important;
  filter: grayscale(0%);
  transition: 0.5s;
}
#proj-highlight .proj-title {
  position: absolute;
  bottom: initial;
  left: 54.1vw;
  top: 35vw;
  width: 18vw;
  background-color: white;
  color: black;
  font-size: .9vw;
  font-weight: 600;
  padding: 5px 33px 5px 10px;
  -webkit-box-shadow: 3px 7px 15px -10px black;
  -moz-box-shadow: 3px 7px 15px -10px black;
  box-shadow: 3px 7px 15px -10px black;
}
#proj-highlight .video-title {
  left: 54.1vw !important;
  top: 36.5vw !important;
  width: 28vw;
  font-size: 0.9vw !important;
  font-weight: 100;
  padding: 7px 0px 70px 0px;
}
#proj-images {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -10;
  max-width: 100%;
}
#proj-images #proj-images-slider {
  position: relative;
}
#proj-images .proj-image {
  overflow: hidden;
  width: 100%;
  float: left;
  position: relative;
}
#proj-images .proj-image img {
  position: relative;
}
#proj-images .proj-image video {
  position: relative;
  background-color: #f7f7f7;
}
#proj-images .proj-title {
  position: absolute;
  bottom: 70px;
  left: 70px;
  max-width: 50%;
  background-color: black;
  color: white;
  font-size: 1.3vw;
  font-weight: 600;
  padding: 7px 10px 10px 10px;
}
#proj-images .video-title {
  position: absolute;
  top: 47vh;
  left: 70px;
  text-align: left;
  max-width: 59%;
  color: black;
  font-size: 1.7vw;
  font-weight: 400;
}
#proj-images .video-title a:hover {
  background-color: transparent;
}
.vimeo {
  height: 40.5vw;
  width: 72vw;
}
#smlxl {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
  max-width: 100% !important;
  height: 100% !important;
  padding: 2vw;
  padding-top: 205px;
  transition: all 0.3s ease-out;
}
li {
  border-left: white 2px solid;
  margin-bottom: 8px;
}
li:first-child {
  border-left: none;
}
li a:hover {
  text-decoration: none;
}
.smlxl-column {
  position: relative;
  float: left;
  width: 25vw !important;
  max-width: 25% !important;
  height: 100% !important;
  overflow: hidden;
  text-align: center;
}
.smlxl-img {
  position: absolute;
  float: left;
  width: 25vw !important;
  height: 100% !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  transition: all 0.3s ease-out;
}
.smlxl-column:hover .smlxl-img {
  opacity: .1;
}
.smlxl-column:hover .smlxl-letter {
  color: #000000;
}
.smlxl-column:hover .smlxl-descrip {
  visibility: visible;
}
.smlxl-cat {
  top: 50vh;
  margin: auto;
  position: relative;
}
.smlxl-letter {
  position: relative;
  top: -18vw;
  color: #f7f7f7;
  font-size: 18vw;
  font-weight: 900;
  letter-spacing: -1.4vw;
  left: -0.8vw;
}
.smlxl-expl {
  position: relative;
  max-width: 100%;
  font-size: 1.4vw;
  font-weight: 600;
  letter-spacing: 0vw;
  left: 0.8vw;
}
.smlxl-descrip {
  visibility: hidden;
  margin-left: 2vw;
  margin-right: 2vw;
  font-weight: 100;
}
#move-left,
#move-right {
  width: 80px;
  height: 93%;
  position: absolute;
  cursor: pointer;
  z-index: 50;
  top: 0;
}
#arrow-left,
#arrow-right {
  width: 16px;
  height: 30px;
  margin: -15px -8px;
  position: fixed;
  top: 50%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#arrow-left {
  left: 37px;
  background-image: url("images/arrow_l.png");
}
#arrow-right {
  right: 37px;
  background-image: url("images/arrow_r.png");
}
#move-left {
  left: 0;
}
#move-right {
  right: 0;
}
#x {
  position: fixed;
  top: 8px;
  right: 9px;
  z-index: 60;
  width: 80px;
  height: 180px;
  cursor: pointer;
  background-size: 30px 30px;
  background-image: url('images/x.png');
  background-position: center 25px;
  background-repeat: no-repeat;
}
#proj-details {
  padding-top: 24px;
}
#proj-details table {
  max-width: 400px;
  font-size: 13px;
}
#proj-details td {
  height: 18px;
}
#proj-descrip-box {
  position: absolute;
  display: table;
  padding: 0 50px 0 100px;
  width: 100vw;
  max-width: 900px;
  overflow: auto;
  z-index: 20;
  height: 100vh;
}
#proj-descrip-box2 {
  display: table-cell;
  vertical-align: middle;
}
#proj-descrip {
  max-height: 99vh;
  overflow: auto;
}
#proj-descrip p:last-child {
  margin-bottom: 0;
}
::-webkit-scrollbar {
  display: none;
}
#proj-descrip-title {
  cursor: pointer;
  z-index: 30;
  position: relative;
  margin-bottom: 60px;
}
#proj-title {
  max-height: 99vh;
  overflow: auto;
  padding: 10px;
  position: fixed;
  bottom: 0;
  cursor: pointer;
  font-weight: 100;
  width: 575px;
}
#proj-title p:last-child {
  margin-bottom: 0;
}
#bio_ep {
  display: block;
  visibility: hidden;
  position: absolute;
  width: 640px;
  padding: 50px;
  left: 50%;
  top: 4vw;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: #f7f7f7;
  -webkit-box-shadow: 3px 7px 25px -10px black;
  -moz-box-shadow: 3px 7px 25px -10px black;
  box-shadow: 3px 7px 25px -10px black;
  z-index: 10002;
}
#bio_ep h1 {
  font-size: 27px;
  margin-bottom: 0px;
}
#bio_ep li {
  border-left: 0px solid white !important;
}
#bio_ep #x {
  position: absolute;
  left: 600px;
  top: 20px;
  z-index: 1060;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-position: center 0px;
  cursor: pointer;
}
#vticker {
  background-color: #ffffff;
  display: inline-block;
  overflow: hidden;
  position: relative;
  top: 2px;
  left: 5px;
  width: 240px;
  height: 1em !important;
  padding-bottom: 5px;
  outline: 5px #ffffff solid;
}
.buffering-indicator {
  padding: 1.3vw;
  font-weight: 600;
  font-size: 1.0vw;
  position: absolute;
  color: black;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
#map-canvas {
  max-width: 750px;
  width: 100%;
  height: 450px;
  margin-bottom: 40px;
}
#portrait-message {
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 5000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 17%;
}
#portrait-message embed {
  margin-top: 20px;
  margin-left: 20px;
}
.submit-button {
  color: white;
  padding: 5px;
  font-size: 16px;
  font-family: 'sofia-pro';
  cursor: pointer;
  border: 0;
  background-color: #000000;
}
.submit-button:hover {
  background-color: #0d0d0d;
}
#login-form .label {
  width: 100px;
  display: inline-block;
  margin-bottom: 14px;
}
#login-form #submit {
  color: white;
  padding: 5px;
  font-size: 16px;
  font-family: 'sofia-pro';
  cursor: pointer;
  border: 0;
  background-color: #000000;
}
#login-form #submit:hover {
  background-color: #0d0d0d;
}
.mobile-video-thumbnail {
  background-repeat: no-repeat;
  background-size: cover;
}
#proj-highlight .mobile-video-thumbnail {
  background-size: contain !important;
}
.mobile-descrip {
  overflow: scroll;
  height: auto;
  margin-top: 60px;
}
.mobile-descrip p,
.mobile-descrip h6 {
  width: 100%;
  padding-left: 80px;
  padding-right: 50px;
}
.mobile-descrip .mobile-title {
  margin-left: 80px;
  margin-top: 30px;
  font-size: 48px;
}
.mobile-tablet-body p {
  padding-right: 33%;
}
@media only screen and (min-width: 1px) and (max-width: 767px),(min-device-width: 1px) and (max-device-width: 767) {
  #wrapper {
    visibility: initial;
    width: 100%;
  }
  html {
    -webkit-text-size-adjust: auto;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 26px;
    margin-left: 0px;
  }
  h6 {
    font-size: 12px;
  }
  #home-text p {
    font-size: 16px;
    margin-right: 6vw;
  }
  #home-text {
    padding-top: 0px;
  }
  #home-intro {
    font-size: 5.5vw;
    padding-bottom: 2vw;
  }
  #home-intro-sub {
    font-size: 5vw;
  }
  #article {
    margin-left: 0vw !important;
  }
  .article-column {
    width: 46vw !important;
    margin: 2vw;
  }
  .article-title {
    position: relative;
    font-size: 4vw;
  }
  .article-body {
    font-size: 12px;
  }
  .article-img {
    width: 46vw !important;
    height: 27vw !important;
  }
  .smlxl2-expl {
    font-size: 12px;
  }
  .superscript {
    font-size: 12px;
    bottom: 12px;
  }
  .logo,
  .logo:hover {
    float: left;
    position: relative;
    top: 5px;
    margin-right: 5px;
    display: block;
    text-indent: -9999px;
    width: 70px;
    height: 30px;
    background: url(images/dror_logo_v2.svg);
    background-size: 70px 30px;
  }
  #main-container {
    width: 100%;
    padding-right: 0px;
    margin: 0;
  }
  #main-container .content {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }
  #main-container .content p {
    font-size: 14px;
  }
  #main-container .content h2 {
    font-size: 23px;
  }
  .instagram-item img,
  video {
    width: 28vw;
    height: 28vw;
  }
  #project-menu {
    height: 50px;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 35px;
    margin-top: -5px;
    height: 0;
  }
  #project-menu .index-icon {
    margin-top: 4px;
  }
  .drorby {
    width: 120px;
    top: -84px !important;
  }
  .menu-listing {
    display: initial;
    position: relative;
    left: 0;
    font-size: 2.15vw;
  }
  .menu-listing .menu-listing-text {
    display: initial;
  }
  .slash {
    display: inline-block;
    width: 1.3vw;
    height: 1.5vw;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 0.1vw;
    margin-left: 0.3vw;
  }
  #header {
    padding-left: 2vw;
    padding-top: 2vw;
    margin-left: 0;
    position: relative;
    height: auto;
    background-color: transparent;
    padding-bottom: 50px;
  }
  #header #dror {
    float: none;
    bottom: 0;
    display: block;
  }
  #header #menu {
    margin-left: 0;
    float: none;
    padding-top: 0;
    display: block;
  }
  .menu-listing {
    display: initial;
    position: relative;
    left: 0;
    font-size: 21px;
  }
  .menu-listing .menu-listing-text {
    display: inherit;
    margin-right: 4px;
  }
  .slash {
    width: 8px;
    height: 16px;
    overflow: hidden;
    top: 4px;
    margin-right: 4px;
  }
  .news-slash {
    margin-left: 3px !important;
    margin-right: 2px !important;
    position: relative;
    bottom: 1px;
  }
  .news-content iframe {
    width: 100%;
  }
  .news-img {
    width: 100%;
  }
  #map-canvas {
    width: 100%;
    height: 250px;
  }
  #project-text-listing {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .thumbnail-play {
    display: none;
  }
  #proj-images #proj-images-slider .proj-image .proj-title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 13px;
    max-width: 66%;
  }
  #proj-images #proj-images-slider .proj-image .video-title {
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 20px;
    max-width: 90%;
    font-size: 13px;
  }
  .header {
    font-size: 13px;
  }
  #proj-descrip-box {
    padding: 0 50px 0 50px;
  }
  #proj-descrip-title {
    margin-bottom: 10px;
  }
  #move-left,
  #move-right {
    width: 30px;
  }
  #arrow-left,
  #arrow-right {
    width: 10px;
    height: 20px;
    margin: -10px -5px;
  }
  #arrow-left {
    left: 15px;
  }
  #arrow-right {
    right: 20px;
  }
  #x {
    width: 40px;
    height: 100px;
    background-size: 20px 20px;
  }
  .buffering-indicator {
    display: none;
  }
}
@media screen and (min-width: 1px) and (max-width: 530px),(min-device-width: 1px) and (max-device-width: 530px) {
  #portrait-message {
    display: block;
  }
  #please-rotate {
    left: 50%;
    margin: 0 auto 0;
    margin-left: -50px;
    position: absolute;
    text-align: center;
    top: 55%;
    width: 100px;
  }
  #project-image-listing {
    padding: 5vw;
  }
  .index-thumb {
    width: 100%;
  }
  .index-thumb-text {
    font-size: 6.5vw;
    margin-left: 3vw;
    margin-bottom: 3vw;
  }
  .press-thumb {
    margin-bottom: 21vw !important;
  }
  .press-thumb-text {
    color: black !important;
    margin-left: 0vw !important;
    padding-bottom: -0.3vw;
    bottom: -14vw !important;
  }
  .project-subtitle {
    font-size: 4vw;
  }
  .menu-thumb {
    width: 98% !important;
    position: absolute !important;
  }
  .blank-thumb {
    height: 120px !important;
  }
  #header #dror .drorclick,
  .drorlogo {
    width: 143px;
    height: 60px;
    background-size: 143px 60px;
  }
  .header-thumb {
    position: absolute !important;
    padding-bottom: 0 !important;
    padding-top: 0px !important;
    -webkit-box-shadow: 0 0 0 0 white;
    -moz-box-shadow: 0 0 0 0 white;
    box-shadow: 0 0 0 0 white;
  }
  .header-thumb #menu {
    padding-top: 5px !important;
  }
  .header-thumb #menu .menu-listing {
    display: initial;
    position: relative;
    left: 0;
    font-size: 3.5vw;
    line-height: 4vw;
  }
  .header-thumb #menu .slash {
    width: 2.4vw;
    height: 2.4vw;
    top: 0vw;
    margin-right: -0.3vw;
    margin-left: 0.3vw;
  }
  .header-thumb #menu-2 {
    padding-top: 2vw !important;
  }
  .header-thumb #menu-2 .menu-listing {
    display: initial;
    position: relative;
    left: 0;
    font-size: 3.5vw;
    line-height: 4vw;
  }
  .header-thumb #menu-2 .slash {
    width: 2.4vw;
    height: 2.4vw;
    top: 0vw;
    margin-right: -0.3vw;
    margin-left: 0.3vw;
  }
  .header-thumb #menu-icon {
    visibility: hidden;
  }
  #main-container .content .column {
    width: 100%;
  }
  .transparent-white-bg {
    height: 10px;
  }
  #proj-highlight {
    padding-left: 2vw;
    margin-bottom: 2vw;
    width: 98vw !important;
    max-width: 98vw !important;
    height: 55vw !important;
  }
  #proj-highlight img {
    width: 96vw !important;
  }
  #proj-highlight .proj-title {
    position: absolute;
    bottom: initial;
    left: 54vw;
    top: 42vw;
    width: 46vw;
    background-color: white;
    color: black;
    font-size: 2.5vw;
    font-weight: 600;
    padding: 5px 33px 5px 10px;
    -webkit-box-shadow: 3px 7px 15px -10px black;
    -moz-box-shadow: 3px 7px 15px -10px black;
    box-shadow: 3px 7px 15px -10px black;
  }
  #home-menu {
    max-width: 100vw;
  }
  #smlxl2 {
    visibility: hidden;
    top: 200px;
    left: 60vw;
  }
  .smlxl2-column {
    width: 36vw !important;
    max-width: initial !important;
    height: 24vw !important;
  }
  .smlxl2-img {
    width: 36vw !important;
    height: 23vw !important;
  }
  .smlxl2-letter {
    font-size: 15vw !important;
  }
  .smlxl2-expl {
    color: white !important;
    text-align: center;
    font-size: 10px;
  }
  .smlxl2-column:hover .smlxl2-img {
    opacity: 1 !important;
  }
  .smlxl2-column:hover .smlxl2-letter {
    color: white !important;
  }
  .smlxl2-column:hover .smlxl2-descrip {
    visibility: hidden !important;
  }
  #smlxl {
    top: 175px;
    height: 100vw !important;
    left: 0px;
    padding: 20px;
    transition: all 0.3s ease-out;
  }
  .smlxl-column {
    width: 50vw !important;
    max-width: 50% !important;
    height: 45% !important;
  }
  li {
    border-left: none;
  }
  .smlxl-img {
    background-image: none !important;
  }
  .smlxl-cat {
    top: 60px;
  }
  .smlxl-letter {
    font-size: 25vw;
    color: #000000;
  }
  .smlxl-expl {
    font-size: 4vw;
  }
}
@media screen and (min-width: 531px) and (max-width: 767px),(min-device-width: 531px) and (max-device-width: 767px) {
  #please-rotate,
  #portrait-message {
    display: none;
  }
  .blank-thumb {
    height: 120px !important;
  }
  #header #dror .drorclick,
  .drorlogo {
    width: 143px;
    height: 60px;
    background-size: 143px 60px;
  }
  .menu-thumb {
    width: 48% !important;
    position: absolute !important;
  }
  .header-thumb {
    position: absolute !important;
    padding-bottom: 0 !important;
    padding-top: 0px !important;
    -webkit-box-shadow: 0 0 0 0 white;
    -moz-box-shadow: 0 0 0 0 white;
    box-shadow: 0 0 0 0 white;
  }
  .header-thumb #menu,
  .header-thumb #menu-2 {
    padding-top: 5px !important;
  }
  .header-thumb #menu .menu-listing,
  .header-thumb #menu-2 .menu-listing {
    display: initial;
    position: relative;
    left: 0;
    font-size: 2.25vw;
    line-height: 2.6vw;
  }
  .header-thumb #menu .slash,
  .header-thumb #menu-2 .slash {
    width: 1.2vw;
    height: 1.4vw;
    top: 0vw;
    margin-right: -0.3vw;
    margin-left: -0.3vw;
  }
  .header-thumb #menu-icon {
    visibility: hidden;
  }
  .first-thumb:hover {
    overflow: hidden;
    z-index: 0;
  }
  .first-thumb:hover .header-thumb {
    -webkit-box-shadow: 0 0 0 0 white;
    -moz-box-shadow: 0 0 0 0 white;
    box-shadow: 0 0 0 0 white;
  }
  .index-thumb {
    width: 50%;
  }
  .index-thumb-text {
    font-size: 2.55vw;
    margin-left: 0.5vw;
    margin-bottom: 0.5vw;
  }
  .press-thumb {
    margin-bottom: 9vw !important;
  }
  .press-thumb-text {
    color: black !important;
    margin-left: 0vw !important;
    padding-bottom: -0.3vw;
    bottom: -5.9vw !important;
  }
  .project-subtitle {
    font-size: 1.65vw;
  }
  #main-container .content .column {
    width: 31%;
  }
  #home-menu {
    max-width: 40vw;
  }
  #proj-highlight {
    width: 58vw;
    height: 32.6vw !important;
  }
  #proj-highlight img,
  #proj-highlightvideo {
    width: 58vw !important;
  }
  #smlxl2 {
    top: 36.6vw;
    left: 40vw;
  }
  .smlxl2-column {
    width: 29vw !important;
    max-width: initial !important;
    height: 20.3vw !important;
  }
  .smlxl2-img {
    width: 29vw !important;
    height: 20vw !important;
  }
  .smlxl2-letter {
    font-size: 13vw !important;
  }
  .smlxl2-expl {
    color: white !important;
    text-align: center;
    font-size: 13px;
  }
  .smlxl2-column:hover .smlxl2-img {
    opacity: 1 !important;
  }
  .smlxl2-column:hover .smlxl2-letter {
    color: white !important;
  }
  .smlxl2-column:hover .smlxl2-descrip {
    visibility: hidden !important;
  }
  #smlxl {
    top: 100px;
    height: 150px !important;
    left: 0px;
    padding: 20px;
    transition: all 0.3s ease-out;
  }
  .smlxl-column {
    width: 25vw !important;
    max-width: 25% !important;
    height: 100px !important;
  }
  .smlxl-column li {
    border-left: black 2px dotted;
  }
  .smlxl-img {
    background-image: none !important;
  }
  .smlxl-cat {
    top: 110px;
  }
  .smlxl-letter {
    font-size: 60px;
    color: #000000;
  }
  .smlxl-expl {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px),(min-device-width: 768px) and (max-device-width: 1023px) {
  h2 {
    font-size: 26px;
  }
  #home-text p {
    font-size: 12px;
  }
  .smlxl2-expl {
    font-size: 12px;
  }
  .index-thumb {
    width: 50%;
  }
  .index-thumb-text {
    font-size: 2.55vw;
    margin-left: 0.5vw;
    margin-bottom: 0.5vw;
  }
  .press-thumb {
    margin-bottom: 9vw !important;
  }
  .press-thumb-text {
    color: black !important;
    margin-left: 0vw !important;
    padding-bottom: -0.3vw;
    bottom: -5.9vw !important;
  }
  .project-subtitle {
    font-size: 1.65vw;
  }
  .thumbnail-play {
    width: 4.5vw;
    height: 4.5vw;
    background-size: cover;
    position: absolute;
    left: 0.75vw;
    bottom: 4.95vw;
  }
  .menu-thumb {
    width: 48% !important;
  }
  .drorby {
    width: 120px;
    top: -84px !important;
  }
  .header-thumb {
    position: absolute !important;
    padding-bottom: 0 !important;
    padding-top: 0px !important;
  }
  .header-thumb #menu {
    padding-top: 5px !important;
  }
  .header-thumb #menu-2,
  .header-thumb #menu-3 {
    padding-top: 1vw !important;
  }
  .header-thumb #menu .menu-listing,
  .header-thumb #menu-2 .menu-listing,
  .header-thumb #menu-3 .menu-listing {
    font-size: 2.25vw;
    line-height: 2.6vw;
  }
  .header-thumb #menu-icon {
    float: left;
    position: relative;
    top: 1.05vw;
    display: block;
    width: 1.95vw;
    height: 1.95vw;
    background: url(images/list.svg);
    background-size: 1.95vw 1.95vw;
    opacity: 1;
  }
  .header-thumb .slash,
  .header-thumb #menu-2 .slash,
  .header-thumb #menu-3 .slash {
    display: inline-block;
    position: relative;
    width: 1.4vw;
    height: 1.4vw;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0.1vw;
    margin-right: -0.3vw;
    margin-left: 0.1vw;
  }
  #proj-highlight .mobile-video-thumbnail {
    width: 72vw !important;
  }
}
