@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700);

/**{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}*/

/*html{
  font: 18px 'Noto Sans', Arial, sans-serif;
  background: #333;
}

body{
  padding: 20px;
  background-color: #444;
}

h1{
  text-align: center;
  color: #f0f0f0;
  margin-bottom: 1em;
}*/

.full-width {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: -15px;
    margin-left: auto;
    margin-top: -20px
 }

.sticky-slider{
  width: 15%;
  height: 400px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: #444;
  line-height: 250px;
  opacity: 0.5;

}

.wrap-slider{
  display: flex;
  align-items: stretch;
  width: 100%;
  margin: auto;
  background-color: #444;
  margin-left: -15px;
  margin-right: -35px !important;
}

.button-slider{
  width: 60px;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 80px;
  font-weight: lighter;
  text-align: center;
  outline: none;
  opacity: 1.0;
  transition: opacity 300ms ease-out;

  &:hover{
    opacity: 1;
  }
}

.scroller-slider{
  flex: 1;
  overflow: hidden;
}

.items-slider{
  list-style-type: none;
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
  transition: transform 2s ease-in-out;
}

.item-slider{
  padding: 30px 20px;
  display: inline-block;
  width: 100%;
  height: 400px;
  font-size: 25px;
  letter-spacing: -0.03em;
  line-height: 1;
  font-weight: bold;
  background-size: cover;
  background-position: 50% 50%;
  text-transform: uppercase;
  box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
  object-fit: cover;

  &:nth-child(2) {
    color: #fff;
  }
}
