.clearboth{
clear:both;
}
.fs_newestgames_wrap{
display:flex;
flex-flow:wrap;
}
.fs_newest_games_item{
width:calc(50% - 10px);
margin:5px;
display: flex;
flex-direction: column;
color: #222222 !important;
transition: .4s all ease;
margin-bottom:10px;
}
.fs_newest_games_item:hover{
opacity:0.9;
}
.fs_newest_games_item_image{
max-height: 85px;
overflow: hidden;
}
.fs_newest_games_item_title {
text-align: center;
font-family: 'Oswald', sans-serif;
margin-top:5px;
}
.fs_cats_item_wrap{
display:flex;
flex-flow:wrap;
justify-content: space-around;
}
.fs_cats_item{
display:flex;
flex-direction:column;
}
.fs_cats_item_ln1{
background:black;
color:white;
height:40px;
width:40px;
border-radius:50%;
display: flex;
align-items: center; 
justify-content: center;
}
.fs_cats_item_ln2{
display:block;    
padding-top:5px;
font-size:9px;
text-align:center;
text-transform:uppercase;
}
.fs_cats_item img{
max-width:20px;
}
.fs_cats_wrap{
margin-top:40px;
}
.fs_cats_selections{
display:block;
margin-top:20px;
}
#fs_cats_selection{
padding:10px 10px;
max-width:70%;
text-transform:uppercase;
margin:0 auto;
display:block;
background:white;
}	
.fs_newest_games_item_cnt{
width: calc(33.33% - 10px);
}
.fs_newest_games_item_cnt .fs_newest_games_item_image{
max-height: 130px;
}
.fs_iframe_wrap_outer{
margin-bottom:20px;
}
@media(max-width:600px){
.fs_newest_games_item_cnt{
width: calc(50% - 10px);
}
.fs_newest_games_item_cnt .fs_newest_games_item_image{
max-height: 100px !important;
}
}