#fitmore {
  border-style: none;
  border-width: 0px;
  background: #ccccff none repeat scroll 0% 50%;
  text-align: right;
  width: 100%;
  height: absolute;
  position: fixed;
  right:0px;
  top:0px;
  color: white;
  font-family: Helvetica;
  font-size: large;
  vertical-align: text-top;
  line-height: 120%;
  z-index:10;
}


#fitmoreBottom {
  border-style: none;
  border-width: 0px;
  background: #ccccff none repeat scroll 0% 50%;
  text-align: center;
  width: 100%;
  height: absolute;
  position: fixed;
  right:0px;
  bottom: 0;
  color: white;
  font-family: Helvetica;
  font-size: normal;
  vertical-align: text-top;
  line-height: 120%;
  z-index:10;
}

.fitmoreIntro{
	white-space: nowrap;
	width: 70vw; 
	height: 100vh;
	margin:-10px;
	display: inline-block;
}


.fitmoreIntro .int001{
	background: url(https://guillemrueda.com/photos/001.jpg);
	background-size: cover;
}

.fitmoreIntro .int002{
	background: url(https://guillemrueda.com/photos/002.jpg);
	background-size: cover;
}

.fitmoreIntro .int003{
	background: url(https://guillemrueda.com/photos/003.jpg);
	background-size: cover;
}

.fitmoreIntro .int004{
	background: url(https://guillemrueda.com/photos/004.jpg);
	background-size: cover;
}

.fitmoreIntro .int005{
	background: url(https://guillemrueda.com/photos/005.jpg);
	background-size: cover;
}

.fitmoreIntro .int006{
	background: url(https://guillemrueda.com/photos/006.jpg);
	background-size: cover;
}

.fitmoreIntro .int007{
	background: url(https://guillemrueda.com/photos/007.jpg);
	background-size: cover;
}

.fitmoreIntro .int008{
	background: url(https://guillemrueda.com/photos/008.jpg);
	background-size: cover;
}

.fitmoreIntro .int009{
	background: url(https://guillemrueda.com/photos/009.jpg);
	background-size: cover;
}

.fitmoreIntro .int010{
	background: url(https://guillemrueda.com/photos/010.jpg);
	background-size: cover;
}

.fitmoreIntro .int011{
	background: url(https://guillemrueda.com/photos/011.jpg);
	background-size: cover;
}

.fitmoreDrops{
    white-space: nowrap;
	height: 100vh;
	overflow-y:hidden;
	display: inline-block;
}

.fitmoreDrops .part{
  width:100vw;
}

.fitmoreDrops .main{
  width:100vw;
}

.fitmoreDrops .main .center{
  position: absolute;
  top: 20%;
  text-align: center;
}




