
*,
*:after,
*:before {
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
}

html,
body {
  height: 100%;
  width: 100%;
}

body {
  font-size: 100%;
}

ul li {
  list-style-type: none;
}

.slider--teams {
  margin: auto;
  max-width: 75rem;
  opacity: 0;
  transform: translate(-2.5vw,0%);
  position: relative;
}

.slider--teams .slider--teams__team {
  overflow: hidden;
  position: relative;
}

#list {
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
#list li {
  display: inline-block;
  float: left;
  padding-left: 2%;
  position: relative;
  text-align: center;
}

#list li figure {
  cursor: pointer;    
  margin: 1em;
  opacity: 0.5;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 450ms ease-in-out;
  transform: scale(0.5) translateZ(0px);
  width: 27rem;
}

#list li figure:hover {
  opacity: 0.8;
  transform: scale(0.6) translateZ(0px);
}

#list li figure:active {
  opacity: 1;
  transform: scale(1) translateZ(0px);
}

#list li figure > div {
  border-radius: 0.5rem;
  height: 12rem;
  margin: 2rem auto;
  overflow: hidden;
  position: relative;
  transform: rotate(45deg) translateZ(0rem);
  width: 12rem;
}

#list li figure > div > div {
  background-position: 0rem 0rem;
  background-size: cover;
  height: 17rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg) translate(0%, -70%);
  width: 17rem;
}

#list li figure figcaption h3 {
  color: #333;
  font-size: 1.6rem;
  font-weight: 800;
}

#list li figure figcaption p {
  color: #666;
  font-size: 1.3rem;
  font-weight: 400;
}

#list li:nth-child(1) figure > div > div {
  background-position: 0rem 0rem !important;
}

#list li:nth-child(2) figure > div > div {
  background-position: 0rem 20% !important;
}

#list li:nth-child(3) figure > div > div {
  background-position: 0rem 40% !important;
}

#list li:nth-child(4) figure > div > div {
  background-position: 0rem 60% !important;
}

#list li:nth-child(5) figure > div > div {
  background-position: 0rem 80% !important;
}


#list li:nth-child(6) figure > div > div {
  background-position: 0rem 100% !important;
}

.active {
  opacity: 1 !important;
  transform: scale(1) translateZ(0rem) !important;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

