section .game-wrapper  {
    position: relative;
    padding: 10px;
    background: #114B63;
    border-radius: 6px;
}

a {
    text-decoration: underline;
    outline: none;
    color: rgb(28,214,232);
    transition: all .15ms;
}
a:hover {color: rgb(37, 244, 243);}

.dock-game__header {
    position: relative;
    padding: 15px 0;
    margin-bottom: 15px;
}
.dock-game__header p {
    color: rgb(255, 255, 255);
	font-weight: bold;
	text-transform : uppercase;
}
.dock-game__wrapper {
    margin: 0;
        margin-bottom: 0px;
    margin-bottom: 10px;
}

.card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
}
.card-group > .card {
    margin-bottom: 15px;
	padding: 5px;
	background: transparent;
}
.dock-game--main__item {
    background: transparent;
}
.dock-game--main__item {
    padding: 0 5px;
    background: transparent;
    border: none;
    width: 25%;
    margin-bottom: 10px;
}
.dock-game--main__ribbon {text-align : center;}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: .25rem;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
}
@media (max-width: 414px) {
.card {width : 100%!important}
.dock-game--main__item {width: 50%!important;}
}
	
.dock-game__ribbon {
    color: white;
    background: rgba(0, 0, 0, 0.7);
}
.dock-game__ribbon {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 5px 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.dock-game--main {
    margin-bottom: 10px;
}
.dock-game--main__header {
    position: relative;
    padding: 15px 0;
    margin-bottom: 15px;
}
.dock-game--main__header__title {
    color: rgb(255, 255, 255);
}
.dock-game--main__header__title {
    color: white;
    font-weight: bold;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dock-game--main__header a {
    background: rgb(20,116,154);
    color: white;
}
.dock-game--main__header a {
    color: white;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    background: rgb(21, 116, 154);
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    padding: 3px 10px;
}

.dock-game--main__wrapper {
    margin: 0;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.dock-game--main__item {
    background: transparent;
}
.dock-game--main__item--row2 {
    width: 50%!important;
}
.dock-game--main__item {
    padding: 0 5px;
    background: transparent;
    border: none;
    width: 25%;
    margin-bottom: 10px;
}
.dock-game--main__item a {
    position: relative;
    display: block;
    text-decoration: none;
    width: 100%;
    height: 100%;
}
.dock-game--main__img {
    background: transparent;
    border: 1px solid;
    background: rgba(0, 0, 0, 1);
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    max-height: 200px;
}
.dock-game--main__item img {
    transition: all 300ms ease-out;
    width: 100%;
    height: 100%;
}
.dock-game--main__play {
    background: rgb(69,199,243);
    color: white;
    position: absolute;
    top: 50%;
    left: 0;
    transition: all 300ms ease-out;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: red;
    text-align: center;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px;
    opacity: 0;
}

.dock-game--main__img {
    background: transparent;
    border: 1px solid;
    background: rgba(0, 0, 0, 1);
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    max-height: 236px;
}

.dock-game--main__play {
    background: rgb(69,199,243);
    color: white;
    position: absolute;
    top: 50%;
    left: 0;
    transition: all 300ms ease-out;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: red;
    text-align: center;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px;
    opacity: 0;
}

.dock-game--main__title {
    color: rgb(255, 255, 255);
    text-align: center;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}
.dock-game--main__badge {text-align : center;}