.reveal ul{list-style-type:circle}
.reveal blockquote{border-left:.25em solid #4682b4;box-shadow:none;padding:0 1em;text-align:left;}
.reveal blockquote:before,.reveal blockquote:after{content:''}
.reveal iframe.blocks{width:960px;height:500px;margin-left:-30px}
.reveal section img{border:none;box-shadow:none}
.reveal #title h1,.reveal #title h2,.reveal #title h3,.reveal #title h4,.reveal #title h5,.reveal #title h6{text-transform:none;font-family:'Helvetica Neue',sans-serif;font-weight:lighter;letter-spacing:-.05em;margin:0}
.reveal #title h3{margin:1.5em 0 1em}
.reveal img.demo{max-height:500px}



.icon {
  display: inline-flex;
  align-self: center;
  position: relative;
}


#left {
  left:-8.33%;
  text-align: left;
  float: left;
  width:50%;
  z-index:-10;
}

#right {
  left:31.25%;
  top: 75px;
  float: right;
  text-align: right;
  z-index:-10;
  width:50%;
}
html.img-right div.slide-background.present {
  background-position: right;
  background-size: 50%;
}