.main-banner {
    max-width: 1600px;
    padding: 4em 0;
    width: 85%;
}
.main-content {
    background: #292929;
    padding: 60px 0 0;
}
#about {
    max-width: 1300px;
}
#about .row.featurette {
    margin-bottom: 60px;
}

.carousel {
    display: flex; align-items: center; justify-content: center;
    height: 600px;
}
.carousel .carousel-item {
    height:500px;
    width:400px;
}
.carousel .carousel-item img {
    height:250px;
    width:400px;
}
nav.arrows {
    background-color: transparent;
    box-shadow: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: -100px;
    max-width: 1300px;
}
nav.arrows .left{ 
    align-items: center;
    border-radius: 0;
    display: flex;
    justify-content: center;
}
nav.arrows .left a {
    border-radius: 0;
}
nav.arrows .right {
    align-items: center;
    border-radius: 0;
    display: flex;
    justify-content: center;
}
nav.arrows .right a {
    border-radius: 0;
}
nav.arrows i {
    color: #3f3f3f;
}
.stat li i {
    color: #42ff00;
}
.main-banner .col-lg-7 {
    align-items: center;
    display: flex;
}
#games-carousel .arrows .left,
#games-carousel .arrows .right {
    font-size:100px;
}
.seemore { 
    color: #fff;
    display: block;
    font-family: Russo One;
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    line-height: 27px;
    margin-top: -160px;
    text-align: center;
}
.seemore:hover{
    color: #F23C3C;
}
#games {
    background-color: #2f2f2f;
    padding: 100px 0;
}
section.info h5 + div {
    grid-area: 2 / 2 / auto / auto;
    font-size: 15px;
    line-height: 26px;
    text-transform: uppercase;
}

@media (max-width: 980px) {
    .featurette h2:after {
        display: none;
    }
}