@font-face {
font-family: 'Avenir-Light';
src: url("../fonts/avenir-light-webfont.ttf") format("truetype");
}

@font-face {
font-family: 'Avenir-Black';
src: url("../fonts/AvenirLTPro-Black.otf") format("opentype");
}



/* general */
body {
	background-color: #24099F;
}

body.mobile {
  overflow-y: hidden;
}

.container-fluid {
  height: 100vh;
  width: 100vw;
	padding: 0px;
}

/* beta tag temporary */
.betatag {
  position: fixed;
  top: 0;
  left: 0;
  width: 125px;
  z-index: 10000000;
}

.betatag img {
  width: 100%;
}

h1 {
	font-family: 'Anton', sans-serif;
}

p {
	font-family: 'Open Sans Condensed', sans-serif;
}

a {
	text-decoration: none;  
	color: #fff !important;
}

a:hover {
	text-decoration: none;
	color: #fff;
}

.desktop .mobile-break {
  display: none;
}

/* player modal */
.left {
  width: 50%;
  margin: 0 auto;
  float: left;
  height: 100vh;
  min-width: 400px;
  position: fixed;
  left: 0;
}

.mobile .left {
  width: 100%; */
  margin: 0 auto;
  float: none;
  height: 48vh;
  min-width: initial;
  top: -40px;
  -webkit-box-shadow: 0px 5px 5px 0px #131418;
	-moz-box-shadow: 0px 5px 5px 0px #131418;
	box-shadow: 0px 5px 5px 0px #131418;
  z-index: 9;
  background: #0077ea; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#0077ea, #0077ea, #000); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#0077ea, #0077ea, #000); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#0077ea, #0077ea, #000); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#0077ea, #0077ea, #000); /* Standard syntax */
}

.title {
	width: 90%;
	height: 90vh;
	margin: 0 auto;
	display: block;
	position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/titlecard.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 700px;
  min-width: 500px;
}

.mobile .title {
  min-height: initial;
  min-width: initial;
  width: 100%;
  height: 56vh;
  top: 0px;
  transform: none;
  background-image: url(../img/mobile-titlecard.png);
}

.title_copy {
  width: 65%;
	margin: 0 auto;
	display: block;
	position: relative;
  top: 50%;
  transform: translateY(-40%);
  text-align: center;
  color: #fff;
}

.mobile .title_copy {
  width: 100%;
  top: 52%;
}

.mobile #intro {
  top: 49%;
}

.title_copy img {
	display: block;
	margin: 0 auto;
	width: 75%;
}

.mobile #intro img {
  width: 50%;
}

.title_copy p {
	font-family: 'Open Sans Condensed', sans-serif;
	margin: 0 auto;
	display: block;
  font-size: 1em;
  margin-top: 10px;
  width: 80%;
  line-height: 1.65;
}

.mobile .title_copy p {
  font-size: 0.9em;
  padding-top: 5px;
  line-height: 20px;
}

.mobile #intro .title_copy p {
  width: 85%;
}

/* breather branding */
.mobile .breather-branding,
.desktop .breather-branding {
  display: block;
}

.breather-branding {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.mobile .breather-branding {
  position: fixed;
  top: 235px;
}

.desktop .breather-branding {
  position: absolute;
  bottom: 60px;
}

.desktop .breather-branding p,
.mobile .breather-branding p {
	margin: 0 auto;
	display: inline-block;
	color: #fff;
	margin-right: 2.5px;
	font-size: 10px;
}

.mobile .breather-branding p,
.mobile .breather-branding p a,
.mobile .breather-branding p a img {
  text-shadow: rgba(0,0,0,0.5) 0px 2px 4px;
}

.desktop .breather-branding img,
.mobile .breather-branding img {
	margin: 0 auto;
	display: inline-block;
	height: 12px;
	margin-left: 5px
}

/* player modal - intro section */
#intro {
	display: block;
}

/* player modal - player section */
#player {
	display: none;
  opacity: 0;
  top: 55.5%;
}

.desktop #player {
  height: 400px;
}

.mobile #player {
  top: 50%;
  height: 200px;
}

h1.neighborhood-name {
	font-size: 6em;
  text-transform: uppercase;
	text-shadow: -6px 5px 0px #FED959;
}

.mobile h1.neighborhood-name {
  position: absolute;
  top: -20px;
  left: initial;
  font-size: 2.82em;
  width: 100%;
  text-align: center;
  text-shadow: -3px 2.5px 0px #FED959;
}

.mobile .subheader {
  position: relative;
  top: 45px;
  width: 90% !important;
}

#player .button-container {
  height: 110px;
  text-align: center;
}

.mobile #player .button-container {
  height: 80px;
  width: 100%;
  position: fixed;
  top: 40px;
}

.play,
.pause {
	width: 100px;
	margin: 0 auto;
	display: block;
	padding: 3em 0em;
}

.mobile .play,
.mobile .pause {
  padding: 0;
  width: 100%;
  text-align: center;
  position: absolute;
  /*top: 67px;*/
}

.play img,
.pause img {
	width: 50px;
}

.mobile .play img,
.mobile .pause img {
  width: 30px;
}

.pause {
  display: none;
}

.underline {
	border-bottom: solid 2px #FED959;
  text-decoration: none !important;
}

.underline:hover {
  color: white;
	border-bottom: solid 2px #fff !important;
}

.underline:visited {
  color: white !important;
}

/*RIGHT SIDE*/
.right {
	width: 50%;
	margin: 0 auto;
	display: inline-block;
	height: 100vh;
	overflow: scroll;
	position: fixed;
	right: 0;
	top: 0;
}

.mobile .right {
  width: 100vw;
  /*height: 47vh;*/
  height: 57vh;
  padding-bottom: 10vh;
  top: 42vh;
  display: block;
  overflow: initial;
  overflow-y: scroll;
  overflow-x: hidden;
  –webkit-overflow-scrolling: touch
  position: fixed;
}

.right > .row {
	margin: 0 auto;
	display: block;
	padding: 0em 0em 5em 0em;
	text-align: center;
}

.mobile .right > .row {
  margin: 0 -1.5%;
  padding: 0;
  padding-top: 10px;
}

.hood {
	margin: 0 auto;
	display: inline-block;
	margin: 0 auto;
	min-height: 190px;
	min-width: 190px;
	margin-right: 40px;
	vertical-align: top;
	margin-top: 40px;
	margin-bottom: 40px;
	-webkit-box-shadow: 10px 10px 0px 0px #131418;
	-moz-box-shadow: 10px 10px 0px 0px #131418;
	box-shadow: 10px 10px 0px 0px #131418;
  cursor: pointer;
}

.mobile .hood {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 9px;
  margin-left: 9px;
  height: 105px;
  min-height: 105px;
  width: 105px;
  min-width: 105px;
  box-shadow: 5px 5px 0px 0px #131418;
  -webkit-box-shadow: 5px 5px 0px 0px #131418;
  -moz-box-shadow: 5px 5px 0px 0px #131418;
}

.mobile .hood p {
  width: 99px;
  height: 105px;
  margin-top: 5px;
  margin-left: 10px;
  font-size: 1.5em;
}

.hood:hover {
	-webkit-box-shadow: 7px 7px 0px 0px #131418;
	-moz-box-shadow: 7px 7px 0px 0px #131418;
	box-shadow: 7px 7px 0px 0px #131418;
}

.hood p {
	text-align: left;
	font-size: 30px;
	font-family: 'Open Sans Condensed', sans-serif;
	margin: 0 auto;
	float: left;
	width: 150px;
	height: 100px;
	margin-top: 15px;
	margin-left: 12px;
	color: #fff;
}

.mobile .hood p {
  font-size: 1.4em;
  float: none;
}

/*background colors for each hood*/
.chinatown {
	background-color: #FED959;
}

.murray {
	background-color: #ACECE6;
}

.nolita {
	background-color: #F83805;
}

.italy {
	background-color: #A3AEB8;
}

.east_village {
	background-color: #E40071;
}

.harlem {
	background-color: #00CC92;
}

.midtown {
	background-color: #6590CA;
}

.chelsea {
	background-color: #FF7F99;
}

.upperwest {
	background-color: #FF8800;
}

.noho {
	background-color: #009778;
}

.fidi {
	background-color: #CC0000;
}

.tribeca {
	background-color: #AFBF54;
}

.alphabet {
	background-color: #fed959;
}

.flatiron {
	background-color: #ACECE6;
}

.greenwich {
	background-color: #f83805;
}

.hell {
	background-color: #a3aeb8;
}

.meat {
	background-color: #e40071;
}

.soho {
	background-color: #00cc92;
}

.seaport {
	background-color: #6590ca;
}

.times {
	background-color: #ff7f99;
}

.union {
	background-color: #009778;
}

.uppereast {
	background-color: #ff8800;
}

.heights {
	background-color: #506111;
}

.west_village {
	background-color: #e295d0;
}

.les {
	background-color: #e40071;
}

.breather {
  background-color: #4cb781;
}


/* FAQ */
#faq-button {
  position: absolute;
  bottom: 25px;
  right: 30px;
  text-align: right;
  padding-right: 10%;
  padding-bottom: 4vh;
  width: 50px;
  opacity: .8;
}

#faq-button a {
  display: block;
}

#faq-button img {
  width: 20px;
  height: 20px;
}

.mobile #faq-button img {
  width: 18px;
  height: 18px;
}

/* overlay */
#faq {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  overflow: auto;
  z-index: 99;
}

#faq .inner-container {
  color: white;
  text-align: left;
  width: 100%;
  float: center;
  display: block;
  margin:0 auto;
  padding-top: 4em;
}

#faq .quest {
  padding: 1em 0em;
  width: 800px;
  margin: 0 auto;
  float: center;
}

#faq .quest a {
  text-decoration: underline;
  color: #fff;
}

#faq .quest a:hover {
  text-decoration: none;
  color: #fff;
  opacity: .8;
}

#faq .question {
  font-size: 35px;
  font-family: 'Avenir-Black';
}

#faq .answer {
  font-family: 'Avenir-Light';
  font-size: 15px;
}

#faq .answer a:hover,
#faq .answer a:visited {
  text-decoration: none;
}

.mobile #faq-button {
  display: block;
  position: absolute;
  bottom: 55px;
  right: 10px;
  padding: 0;
  width: 50px;
}

.mobile #faq .inner-container {
  padding-top: 1em;
}

.mobile #faq .quest {
    padding: 1em 0em;
    width: 90%;
    margin: 0 auto;
    float: center;
}

.mobile #faq .question {
  font-size: 30px;
}

.mobile #faq .answer {
  font-family: 'Arial';
  font-size: 12px;
}

/* preloader */
.preloader-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgb(36,9,159);
  z-index: 999;
}

.preloader-container {
  height: auto;
  width: 5%;
  position: relative;
  top: 40vh;
  margin: 0 auto;
}

.mobile .preloader-container {
  width: 25%;
  top: 36vh;
}

#preloader {
  background: black;
  height: 200px;
  width: 100px;
}

.preloader-container .roof {
  background: black;
  position: absolute;
}

.preloader-container .roof.bottom {
  top: -14px;
  left: 10px;
  height: 57px;
  width: 80px;
}

.preloader-container .roof.middle {
  top: -50px;
  left: 36px;
  height: 57px;
  width: 30px;
}

.preloader-container .roof.top {
  top: -97px;
  left: 45px;
  height: 57px;
  width: 10px;
}

#preloader .window {
  width: 12px;
  height: 12px;
  background: rgb(247, 230, 82);
  position: absolute;
  opacity: 0;
}

#preloader .window-alt {
  width: 12px;
  height: 12px;
  background: rgb(247, 230, 82);
  position: absolute;
}

#preloader .door {
  width: 12px;
  height: 25px;
  background: rgb(247, 230, 82);
  position: absolute;
  top: 170px;
  left: 45px;
}

#preloader .window.top-left {
  top: 10px;
  left: 20px;
  -webkit-animation: toggle 3s infinite ease-in-out;
  -moz-animation: toggle 3s infinite ease-in-out;
  animation: toggle 3s infinite ease-in-out;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
}

#preloader .window-alt.top-right {
  top: 10px;
  left: 70px;
  -webkit-animation: toggle-alt 3s infinite ease-in-out;
  -moz-animation: toggle-alt 3s infinite ease-in-out;
  animation: toggle-alt 3s infinite ease-in-out;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
}

#preloader .window-alt.middle-left {
  top: 50px;
  left: 20px;
  -webkit-animation: toggle-alt 3s infinite ease-in-out;
  -moz-animation: toggle-alt 3s infinite ease-in-out;
  animation: toggle-alt 3s infinite ease-in-out;
  animation-delay: 3s;
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
}

#preloader .window.middle-right {
  top: 50px;
  left: 70px;
  -webkit-animation: toggle 2s infinite ease-in-out;
  -moz-animation: toggle 2s infinite ease-in-out;
  animation: toggle 2s infinite ease-in-out;
  animation-delay: 1s, 50ms;
  -webkit-animation-delay: 1s, 50ms;
  -moz-animation-delay: 1s, 50ms;
}

#preloader .window.bottom-left {
  top: 90px;
  left: 20px;
  -webkit-animation: toggle 2.5s infinite ease-in-out;
  -moz-animation: toggle 2.5s infinite ease-in-out;
  animation: toggle 2.5s infinite ease-in-out;
}

#preloader .window-alt.bottom-right {
  top: 90px;
  left: 70px;
  -webkit-animation: toggle-alt 2.2s infinite ease-in-out;
  -moz-animation: toggle-alt 2.2s infinite ease-in-out;
  animation: toggle-alt 2.2s infinite ease-in-out;
    animation-delay: 1s, 750ms;
  -webkit-animation-delay: 1s, 750ms;
  -moz-animation-delay: 1s, 750ms;
}

#preloader .window-alt.base-left {
  top: 130px;
  left: 20px;
  -webkit-animation: toggle-alt 2.3s infinite ease-in-out;
  -moz-animation: toggle-alt 2.3s infinite ease-in-out;
  animation: toggle-alt 2.2s infinite ease-in-out;
}

#preloader .window.base-right {
  top: 130px;
  left: 70px;
  -webkit-animation: toggle 1.5s infinite ease-in-out;
  -moz-animation: toggle 1.5s infinite ease-in-out;
  animation: toggle 1.5s infinite ease-in-out;
}

@keyframes toggle {
  0% {
    opacity: 1;
    display: block;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

@-webkit-keyframes toggle {
  0% {
    opacity: 1;
    display: block;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

@-moz-keyframes toggle {
  0% {
    opacity: 1;
    display: block;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

@keyframes toggle-alt {
  0% {
    opacity: 0;
    display: none;
  }
  100% {
    opacity: 1;
    display: block;
  }
}

@-webkit-keyframes toggle-alt {
  0% {
    opacity: 0;
    display: none;
  }
  100% {
    opacity: 1;
    display: block;
  }
}

@-moz-keyframes toggle-alt {
  0% {
    opacity: 0;
    display: none;
  }
  100% {
    opacity: 1;
    display: block;
  }
}

/* functional classes */
.active {
  box-shadow: none !important;
}

.playing {
  background-image: url('../img/titlecard.gif') !important;
}

.mobile .playing {
  background-image: url('../img/mobile-titlecard.gif') !important;
}

/* Media Queries */
/* Desktop */
@media (min-width: 1900px) {
  .desktop #faq-button {
    bottom: 18px;
    right: 45px;
  }
}

@media (max-width: 1194px) {
  .desktop #faq-button {
    padding-right: 7%;
    padding-bottom: 5vh;
  }
}

@media (max-width: 975px) {
  .desktop body {
    overflow-y: hidden;
  }

  .desktop .left {
    width: 50%;
    margin: 0 auto;
    float: left;
    height: 72vh;
    min-width: 400px;
    position: absolute;
    top: 0;
    left: 12vw;
  }

  .desktop #player-modal.title {
    width: 90%;
    height: 67vh;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 49%;
    min-height: 500px;
    min-width: 500px;
  }

  .desktop h1.neighborhood-name {
    font-size: 4.2em;
  }

  .desktop #faq-button {
    padding-right: 14%;
    padding-bottom: 3vh;
  }

  .desktop .right {
    width: 56.5%;
    min-width: 485px;
    display: inline-block;
    height: 59vh;
    overflow: scroll;
    position: absolute;
    top: 68.9%;
    left: 16vw;
    margin: 0;
  }

  .desktop .right .hood {
    margin-top: 20px;
    margin-bottom: 1px;
  }
}

/* media queries */
/* iphone 6 landscape */
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation : landscape) {
  /* left side and player modal */
  .mobile .left {
    top: 0px;
    height: 50vh;
    background-color: black;
    background: black;
  }

  .mobile .title {
    background-color: black;
    background-image: none;
    height: 50vh;
    top: 0px;
  }

  .mobile .title_copy {
    width: 50%;
    top: 40%;
  }

  .mobile #player {
    top: 30%;
    width: 100%;
  }

  .mobile #intro img {
    width: 38%;
  }

  .mobile #intro p {
    width: 90%;
  }

  .mobile .breather {
    bottom: 10px;
  }

  .mobile #faq-button {
    bottom: 15px;
  }

  .mobile h1.neighborhood-name {
    top: 15px;
    position: relative;
    left: 0vw;
    font-size: 2.5em;
    text-align: center;
  }

  .mobile .subheader {
    top: 10px;
    width: 100%;
  }

  .mobile #player .button-container {
    height: 80px;
    top: 76px;
  }

  .mobile .play,
  .mobile .pause {
    top: 35px;
    left: initial;
    width: 100%;
    text-align: center;
    position: relative;
  }

  .mobile .breather-branding {
    top: 160px;
  }

  /* right side and hood tiles */
  .mobile .right {
    top: 50vh;
    height: 49vh;
  }

  .mobile .hood {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .mobile .preloader-container {
    width: 15%;
  }

  .mobile .playing {
    background-image: none !important;
  }
}

/* iphone 6+ portrait media query */
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px)
and (device-width : 414px)
and (device-height : 736px)
and (orientation : portrait) 
and (-webkit-min-device-pixel-ratio : 3) 
and (-webkit-device-pixel-ratio : 3) {
  .mobile .breather-branding {
    top: 265px;
  }

  .mobile #faq-button {
    bottom: 60px;
  }

  .mobile .right {
    height: 50vh;
  }
}

/* iphone 6+ landscape media query */
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape) 
and (-webkit-min-device-pixel-ratio : 3) {
  .mobile .breather-branding {
    top: 185px;
  }

  .mobile .right {
    height: 50vh;
  }

  .mobile .left {
    background-color: black;
    background: black;
  }
}

/*iphone 5 media query*/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) { 
  .mobile #intro img {
    width: 40%;
  }

  .mobile .title_copy p {
    line-height: 15px;
  }

  .title_copy p {
    width: 95%;
  }

  .mobile .breather-branding {
    top: 190px;
  }

  .mobile h1.neighborhood-name {
    top: -5px;
  }

  .mobile .play img {
    width: 25px;
  }

   .mobile .pause img {
    width: 25px;
  }

  .mobile .play {
    /*top: 75px;*/
  }

  .mobile .pause {
    /*top: 75px;*/
  }

  .mobile .subheader {
    line-height: 20px !important;
    top: 55px;
  }

  .mobile #player .button-container {
    top: 110px;
  }
}

/*iphone 6 media queries*/
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) { 
  .mobile #intro img {
    width: 45%;
  }

  .mobile .title_copy p {
    width: 80%;
  }

  .mobile .breather-branding {
    /*top: 235px;*/
    top: 37.5vh;
  }

  .mobile #player .button-container{
    height: 60px;
    top: 115px;
  }

  .mobile .play img {
    width: 30px;
  }

  .mobile .pause img {
    width: 30px;
  }

  .mobile .subheader {
    width: 80%;
    line-height: 20px;
  }
}

/*additional iphone 6+*/
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : portrait) { 
  .mobile .breather-branding {
    top: 265px;
  }
}

/*ipad*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
  .mobile #intro img {
    width: 40%;
  }

  .mobile .breather-branding {
    top: 435px;
  }

  .mobile .right {
    top: 55vh;
  }

  .mobile .hood {
    height: : 150px;
    min-height: 150px;
    width: 150px;
    min-width: 150px;
  }

  .mobile .hood p {
    font-size: 1.6em;
  }

  .mobile h1.neighborhood-name {
    font-size: 6em;
  }

  .mobile .subheader {
    top: 95px;
  }

  .mobile #player .button-container {
    top: 150px;
  }

  .mobile .play img {
    width: 50px;
  }

  .mobile .pause img {
    width: 50px;
  }

  .mobile #faq-button {
    right: 20px;
    bottom: 55px;
  }

  .mobile .left {
    top: 0px;
  }
}

/* ipad landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
  .mobile .left {
    background-color: black;
    background: black;
  }
}

/* ipad mini landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 1)  { 
  .mobile .breather-branding {
    top: 300px;
  }

  .mobile .left {
    background-color: black;
    background: black;
  }
}

/* ipad air portrait */
@media only screen 
and (device-width: 768px) 
and (device-height: 1024px) 
and (orientation : portrait) { 
  .mobile .preloader-container {
    width: 10%;
  }

  .mobile .breather-branding {
    top: 475px;
  }

  .mobile #faq-button {
    bottom: 55px;
  }

  .mobile .right {
    height: 42vh;
  }
}

/* ipad air landscape */
@media only screen 
and (device-width: 768px) 
and (device-height: 1024px) 
and (orientation : landscape) { 
  .mobile .preloader-container {
    width: 10%;
  }

  .mobile .left {
    background-color: black;
    background: black;
  }

  .mobile #intro {
    top: 40%;
  }

  .mobile #intro img {
    width: 30%;
  }

  .mobile .title {
    background-image: none !important;
  }

  .mobile #player .button-container {
    top: 100px;
  }

  .mobile #faq-button {
    bottom: 70px;
  }

  .mobile .breather-branding {
    top: 265px;
  }

  .mobile .right {
    top: 50vh;
  }
}

/* ipad pro portrait */
@media only screen 
and (min-device-width: 1024px) 
and (max-device-width: 1366px) 
and (orientation: portrait) 
and (-webkit-min-device-pixel-ratio: 1.5) {
  .mobile .breather-branding {
    top: 662px;
  }

  .mobile .preloader-container {
    width: 4%;
  }

  .mobile .right {
    height: 42vh;
  }
}

/* ipad pro landscape */
@media only screen 
and (min-device-width: 1024px) 
and (max-device-width: 1366px) 
and (orientation: landscape) 
and (-webkit-min-device-pixel-ratio: 1.5) {
  .mobile .preloader-container {
    width: 4%;
  }

  .mobile .left {
    background-color: black;
    background: black;
  }

  .mobile .title {
    background-image: none !important;
  }

  .mobile #intro img {
    width: 32%;
  }

  .mobile #intro {
    top: 42%;
  }

  .mobile h1.neighborhood-name {
    top: -50px;
    font-size: 6.82em;
  }

  .mobile .title_copy p {
    font-size: 1.2em;
  }

  .mobile #player .button-container {
    top: 160px;
  }

  .mobile #player .subheader {
    top: 95px;
  }

  .mobile .breather-branding {
    top: 400px;
  }

  .mobile #faq-button {
    bottom: 90px;
  }

  .mobile .right {
    top: 47vh;
  }
}

/* Facebook WebView */
.fb-webview.mobile .right {
  height: 58vh;
}

.fb-webview.mobile #faq-button {
  bottom: 75px;
}
