/* Generated by less 2.5.1 */
body {
  width: 100vw;
  height: 100vh;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#allcontainer {
  width: 90%;
  height: 90%;
  max-width:600px;
  max-height: 600px;
  min-width: 300px;
  min-height: 300px;
  position: relative;
}
#allcontainer.big {
  width: 100%;
  height: 100%;
}
#allcontainer.big #logocover {
  background-size: 950%;
}
#allcontainer.big #logocover #wantmore {
  opacity: 1;
}
#allcontainer.big .imgcover {
  -webkit-box-shadow: 0 0 10px gray;
  box-shadow: 0 0 10px gray;
  animation-play-state: paused;
}
#allcontainer #logocover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(img/logo.svg) no-repeat center / cover;
  transition: all 0.3s;
  background-size: 100%;
  -webkit-transition: all 0.3s;
  z-index: 1;
}
#allcontainer #logocover #wantmore {
  opacity: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ;
  -o-transition: all 0.5s  ;
  transition: all 0.5s  ;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
#allcontainer #logocover #wantmore #wantmorecontent {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-family: "lato", sans-serif;
  line-height: 2em;
}
#allcontainer #logocover #wantmore #wantmorecontent h1 {
  font-size: 5em;
  line-height: 1;
}
#allcontainer #logocover #wantmore #wantmorecontent h3 {
  font-size: 3em;
}
#allcontainer .imgcover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('img/ltwo2016.jpg') left top;
  animation: play 1.5s steps(16) infinite;
  background-size: cover;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
@keyframes play {
  100% {
    background-position: 0 8192px;
  }
}
.blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
