#footer {
  display: none;
}

.landing {
 position:absolute; 
 top:0px;
 right:0px;
 bottom:0px;
 left:0px;
 max-width:100%;
}
.column4, .column4 img {
  -webkit-transition: opacity 2s ease-in-out;
  -moz-transition: opacity 2s ease-in-out;
  -ms-transition: opacity 2s ease-in-out;
  -o-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out; 
}
.column4 {
  top:0px;
  position:absolute;
  width:28%;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  border-left:2px solid #f8f6f1;
  border-right:2px solid #f8f6f1;
  min-height:100%;
  overflow:hidden;
}
.column4:first-child {
  transition-delay: 0.25s;
  border-left: none;
}
.column4:last-child {
  border-right: none;
}
.column4:nth-child(2) {
  transition-delay: 0.50s;
}
.column4:nth-child(3) {
  transition-delay: 0.75s;
}
.column4:nth-child(4) {
  transition-delay: 1.0s;
}

.article {
  position:absolute;
  min-height:100%;
  min-width:100%;
}
/* applied */
.front { z-index:4; }
.middle { z-index:3; }
.back { z-index:2; }
.farback { z-index:1; }

.op0 { opacity:0 !important; } // completely transparent
.op1 { opacity:1; }

.column4 img {
  min-height:100%;
}

.column4.one img {
  position:absolute;
}

.column4.two {
  left:28%;
  width:22%;
}
.column4.two img {
  position:absolute;
 left:-130%;
}
.column4.three {
  left:50%;
  width:33%;
}
.column4.three img {
  position:absolute;
  left:-153%;
}
.column4.four {
  left:83%;
  width:17%;
}
.column4.four img {
  position:absolute;
  left:-492%;
}

.quotebg {
  position: relative;
  height: 100vh;
  display: block;
  z-index: 10000;
  opacity: 0;
  padding: 30px;
}
.quotebg > div#tweet {
  line-height: 24px;
  font-size: 18px;
  color: #042a64;
  font-weight: 300;
  position: relative;
  top: 30%;
  padding: 30px 0;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.quotebg > div#time{
  position: relative;
  top: 80px;
  font-size: 14px;
  color: #042a64;
  font-weight: 300;
}
.quotebg img {
  text-align: center;
}
