#container {
  width: 100%;
  height: 80%;
  position: absolute;
  top: 54%;
  left: 50%;
 
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#slider-1 {
  width: 70%;
  height: 95%;
}

#slider-2 {
  position: absolute;
  right: 0;
  top: 50px;
  width: 27%;
  height: 55%;
  margin-right: 10%;
}
select#langs {
  width: 80%;
}
.team-text a:hover{
  color: #e30721;
}

.footer-info a:hover{
  color: #e30721;
}
.slides {
  list-style: none;
  margin: 0;
  padding: 0;
}
  .slides h1{
    font-size: 90px;
    text-align: left;
     letter-spacing: 1px;
     color: #fff;
     display: block;
     position: absolute;
     top: 15%;
     margin: 5% 5%;
     font-weight: bolder;
  }

  .slides h2{
    font-size: 58px;
    text-align: left;
     letter-spacing: 1px;
     color: #fff;
     display: block;
     position: absolute;
     top: 65%;
     margin: 0% 5%;
     text-transform: uppercase;
     font-weight: normal;
  }

  .slides h3{
    font-size: 160px;
    text-align: left;
     letter-spacing: 1px;
     color: #dd2233;
     display: block;
     position: absolute;
     top: 35%;
     margin: 0% 5%;
     text-transform: uppercase;
     font-weight: normal;
  }

.slides img {
  width: 100%;
  display: block;
}

.history-area {
  padding-top: 54%;
}
.logo-tribeka {
 margin: 2%;
 width: 29%;
}
.logo-erasmus {
  width: 50%;
}



/*! Flickity v1.0.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.gallery-cell {
  width: 100%;
}
.btn-next {
  background: none;
  border: none;
  position: absolute;
  right: 0;
  top: 95%;
  width: 60px;
  height: 20px;
  padding: 0;
}
.btn-next:focus {
  outline: none;
}
.btn-next svg {
  display: block;
  width: 60px;
  height: 20px;
}
.btn-next svg #arrow-line {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.btn-next:hover svg #arrow-line {
  -webkit-transform: scaleX(1.5);
          transform: scaleX(1.5);
}


@media(max-width: 414px){
  .mobile-menu{
    padding-top:77%;
  }
  select#langs{
    width: 100%;
  }
  .logo-tribeka {
    margin: 2%;
    width: 30%;
  }
  .logo-erasmus {
    padding-left: 4%;
    width: 63%;
  }
  .gallery-cell h1 {
   font-size: 19px;
   margin: 3% 3%;
  }
  .gallery-cell h3 {
    font-size: 35px;
    margin: 3% 3%;
  }
  .gallery-cell h2 {
    font-size: 16px;
    margin: 3% 3%;
  }
  .loghi{
    width: 50%;
    padding: 0px;
  }
  .col-md-2{
    max-width: 25%;
  }
  .menu {
    display: none;
  }
  .header-lang {
    padding-left: 8%;
    padding-top: 10px;
  }
  h1.tribeka{
    font-size: 30px;
    margin: 30% 0% 10%;
  }
  #slider-1 {
    height: 40%;
  }

   #slider-2 {
    height: 18%;
    width: 35%;
    top: 3%;
  }
  .btn-next {
    top: 100%;
  }
  #container{
    top: 55%;
  }
  .history-area {
    padding-top: 60%;
  }
  .single-history {
    padding: 20px 15px;
  }
}

@media(width: 768px){
  select#langs{
    width: 100%;
  }
  .header-lang {
    padding: 0px 0 20px 50px;

  }
  .loghi{
    width: 50%;
    padding: 0px;
  }
  .logo-tribeka {
    margin: 2%;
    width: 30%;
  }
  .logo-erasmus {
    padding-left: 4%;
    width: 63%;
  }
 
  .mobile-menu{
    padding-top: 45%;
  }
  
  #slider-1 {
    height: 50%;
  }
  #slider-2 {
    height: 22%;
    width: 35%;
  }
  .gallery-cell h1 {
    font-size: 40px;
  }
  .gallery-cell h3 {
    font-size: 75px;
  }
  .gallery-cell h2 {
    font-size: 35px;
  }
  .btn-next {
    top: 110%;
  }
  
}

@media(width: 1024px){
  .col-md-2{
    display: none;
  }
  .header-lang {
    display: block;
  }
}

