body,
/*html {
  padding: 0 10px;
  margin: 0;
  background: #0e0f11;
  color: #ecf0f1;
  font-family: 'Open Sans', sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}*/
* {
  box-sizing: border-box;
}
.Archive h1,
.Archive p {
  text-align: center;
}
.Archive p {
  width: 100%;
  max-width: 500px;
  margin: auto;
}
.Archive a:link,
.Archive a:hover,
.Archive a:active,
.Archive a:visited {
  transition: color 150ms;
  color: #95a5a6;
  text-decoration: none;
}
.Archive a:hover {
  color: #7f8c8d;
  text-decoration: underline;
}
.Archive .contain {
  width: 100%;
}
.Archive .row {
  overflow: scroll;
  width: 100%;
/*  width: 70%;
margin: 0px 10%;*/
}
.Archive .row__inner {
  transition: 450ms transform;
  font-size: 0;
  white-space: nowrap;
  margin: 70.3125px 0;
  padding-bottom: 10px;
  text-align: center; 
}
.tile {
  position: relative;
  display: inline-block;
  width: 300px;
  height: 100%;
  margin-right: 10px;
  font-size: 20px;
  cursor: pointer;
  transition: 450ms all;
  transform-origin: center left;
}
.tile__img {
  width: 300px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tile__details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  font-size: 10px;
  opacity: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
  transition: 450ms opacity;
}
.tile__details:after,
.tile__details:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: #000;
}
.tile__details:after {
  margin-top: -25px;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border: 0px solid #ecf0f1;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: rgba(0,0,0,0.0);
  z-index: 1;
}
.tile__details:before {
  content: '';
  left: 0;
  width: 100%;
  font-size: 30px;
  margin-left: 7px;
  margin-top: -18px;
  text-align: center;
  z-index: 2;
}
.tile:hover .tile__details {
  opacity: 1;
}
.tile__title {
  color: #fff;
  font-size: 1.2em;
  position: absolute;
  bottom: 0;
  padding: 0 8% 5%;
  line-height: 1.5;
  white-space: normal;
  text-align: left;
}
.row__inner:hover {
  transform: translate3d(-62.5px, 0, 0);
}
.row__inner:hover .tile {
  opacity: 0.3;
}
.row__inner:hover .tile:hover {
  transform: scale(1.2);
  opacity: 1;
}
.tile:hover ~ .tile {
  transform: translate3d(125px, 0, 0);
}


/*ADD*/

.f0{
    margin: 0 4% 0 3%;
    width: 0px;
    height: 100%;
}
.f1{
    margin: 0 4% 0 0%;
    width: 300px;
    height: 100%;
}
.f2{
    margin: 0 4% 0 0%;
    width: 300px;
    height: 100%;
}
.f3{
    margin: 0 4% 0 0%;
    width: 300px;
    height: 100%;
    
}
