.games-overview-block, .games-overview-block:hover, .games-overview-block:active, .games-overview-block:focus{
    min-height: 250px;
    width: 100%;
    padding: 15px 0;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    color: #f9f9f9;
    box-shadow: 1px 1px 5px #3d3d3d;
    background-size: cover !important;
}
.games-overview-block-gradient{
    width:100%;
    height: 100%;
    position: absolute;
    top: 0;
    padding: 10px 0;
    z-index: 0;
    background: linear-gradient(to bottom, rgba(56, 56, 56, 0.5) 10%, rgba(56, 56, 56, 0.3) 30%, rgba(56, 56, 56, 0.3) 65%, rgba(56, 56, 56, 0.5) 75%, rgba(56, 56, 56, 0.6) 80%, rgba(56,56,56, 0.6) 100%), no-repeat center center;
    border-radius: 7px;
}
.game-link-2019, .game-link-2019:hover, .game-link-2019:active, .game-link-2019:focus{
    text-decoration: none !important;
    color: #f9f9f9;
}
.games-overview-block>div>h2{
    margin: 5px 0;
    text-shadow: 0px 0px 3px #3d3d3d;
}
.games-overview-block>div>h3{
    margin: 10px 0;
    font-size: 125%;
    text-shadow: 0px 0px 3px #3d3d3d;
}
.games-overview-block>div>p{
    text-shadow: 0px 0px 3px #3d3d3d;
}
.games-overview-cta-icon{
    height: 75px;
    margin: 15px;
    margin-bottom: 25px;
}
@media(max-width: 767px){
    .games-overview-block, .games-overview-block:hover, .games-overview-block:active, .games-overview-block:focus{
        min-height: 220px;
    }
    .games-overview-cta-icon {
        height: 50px;
        margin: 10px;
        margin-bottom: 20px;
    }
}

.categoryFilterContainer{
    width: 7em;
    display: inline-block;
    text-align: center;
    font-size: 11px;
    margin: 2.5px;
    cursor: pointer;
}
.categoryFilterSliderblock{
    position: relative;
    width: 100%;
    height: 25px;
    border-radius: 25px;
    text-align: right;
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.categoryFilterSliderblock.disabled{
    background-color: grey !important;
    text-align: left;
}
.categoryFilterSliderButton{
    position: absolute;
    right: 0%;
    background-color: #f9f9f9;
    width: 21px;
    height: 21px;
    display: inline-block;
    margin: 2px;
    border-radius: 21px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.categoryFilterSliderButton.disabled{
    right: calc(100% - 25px);
}