#myneoncity-temp{
  max-width: 760px;
  position: relative;
}
#myneoncity-temp .heading{
  font-family: 'GTWalsheim';
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 10px;
}
#myneoncity-temp .content p{
  font-family: 'GTWalsheim';
  font-size: 14px;
}
#myneoncity-temp .content em{
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  font-style: normal;
}
#myneoncity-temp .em-divider-wrapper{
  display: none;
}
.my-neon-city.container.single.video .myneoncity.container, .my-neon-city.container.single.video{
  background-color: #000;
  color: #FFF;
}
#content-wrapper.my-neon-city{
  background-color: #000;
}
.neoncity-item-wrapper{
  height: 250px;
  overflow-x: hidden;
  overflow-y: scroll;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .neoncity-item-wrapper{
    height: auto;
    overflow: auto;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #myneoncity-temp .heading{
    font-size: 110px;
  }
  #myneoncity-temp .content p{
    font-size: 20px;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}