.title-carousel {
  width: 280px;
  margin: auto;
}

.title-carousel-cell {
  width: 280px;

}

.games-carousel-role {
  width: 100%;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
  bottom: 50px;
  position: relative;
}

.games-carousel-role > h1 {
  padding:16px;
  text-align: left;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

.projects-carousel {
  width: 600px;
  margin: auto;
}

.projects-carousel-cell {
  width: 600px;
  margin: auto;
  height: 228px;
  margin-right: 10px;
}

.projects-desc-carousel {
  width: 80%;
  margin: auto;
  margin-top: 15px;
}

.projects-desc-carousel-cell {
  width: 100%;
  margin: auto;
  margin-right: 10px;
  padding: 0 50px;
}

.projects-carousel-cell img {
  width: 100%;
}

.projects-desc-carousel-cell ul {
  max-width: 340px;
  margin: auto;
}

.projects-desc-carousel-cell ul>li {
    text-align: left;
}



.games-carousel {
  width: 100%;
  margin: auto;
}

.games-carousel-desc-footer {
  background-color: rgba(255, 255, 255, 0.2);
  width: 60%;
  margin: auto;
  color: #e2e2e2;
  height: 15%;
  padding-top: 15px;
}

.games-carousel-desc {
  line-height: 20px;
  opacity: 1;
  padding: 20px;
}

.games-carousel-img {
  margin: auto;
  width: 100%;
  max-height: 100%;
  transition:ease-in-out 0.5s;
}

@media(max-width: 767px)
{
  .games-carousel-cell {
    width: 100%;
    max-height: 422px;
    overflow: hidden;
    text-align: center;
    background-color: #ffffff;
    margin-bottom: 30px;
  }

  .games-carousel-desc {
    margin: auto;
    min-width:100%;
    font-size: 13px;
  }
}

@media(min-width: 768px)
{
  .games-carousel-cell {
    width: 100%;
    max-height: 140px;

    overflow: hidden;
    text-align: center;
    background-color:#ffffff;
  }

  .games-carousel-desc {
    margin: auto;
    min-width:100%;
    height: 228px;
    transition:ease-in-out 0.5s;
    font-size: 13px;
    background-color: #000;
    opacity: 0.8;
    line-height: 13px;
    padding: 15px;
  }

}

@media(min-width: 992px)
{
  .games-carousel-cell {
    width: 100%;
    max-height: 186px;

    overflow: hidden;
    text-align: center;
    background-color: #ffffff;
  }

  .games-carousel-desc {
    margin: auto;
    min-width:100%;
    height: 228px;
    transition:ease-in-out 0.5s;
    font-size: 15px;
    background-color: #000;
    opacity: 0.8;
    line-height: 18px;
    padding: 10px;
  }
}


@media(min-width: 1200px)
{
  .games-carousel-cell {
    width: 100%;
    max-height: 228px;
    height: 228px;
    overflow: hidden;
    text-align: center;
    background-color: #ffffff;
  }

  .games-carousel-desc {
    margin: auto;
    min-width:100%;
    height: 228px;
    transition:ease-in-out 0.5s;
    font-size: 15px;
    background-color: #000;
    opacity: 0.8;
    line-height: 20px;
    padding: 20px;
  }
}
