

html, body {
  width: 100%;
  height: 100%;
  background:#fff;
}


#holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
   min-height:1275px;
}

#containerT {
  position: absolute;
  left: 0;
  top: 40px;
  padding: 0px;
  width: 100%;
  text-align: center;
}
.overlay {
  position: fixed;
  background: rgba(0,0,0,0);
 
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width:414px){
	#holder  {min-height:670px}
	}