#games-teasers {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#game-page-wrapper #teasers {
    padding: 0 0 !important;
}

#article-page-wrapper #teasers {
    padding: 0 0 !important;
    margin-bottom: 10px;
}

#article-page-wrapper p {
    display:block;
	clear:both;
}

.game-teaser {
    width: 32%;
    height: 200px;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.01);
    box-shadow: rgba(0, 0, 0, 1) 0px 2px 7px;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	margin-right:15px
}

#games-teasers .teaser-inner .glossy-background::after {
    background: none !important;
}

.game-teaser-link {
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
    display: block;
}

.game-teaser-naming {
    position: absolute;
    width: 101%;
    height: auto;
    z-index: 1;
    margin-right: -1px;
    right: 0px;
    font-size: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px 15px;
    box-sizing: border-box;
    color: #000;
    line-height: 18px;
    bottom: 0;
    margin-bottom: 0px;
    background: rgba(255, 255, 255, 0.3);
}

.game-link {
    color: inherit;
    text-decoration: none;
    margin-bottom: 20px;
    display: block;
}

.game-link:hover {
    color: #a8a9ab;
}

.article-header {
    color: #fe9712;
}

.article-desc {
    font-size: 16px;
}

.game-link:last-child {
    margin-bottom: 0px !important;
}

.article-el-block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.article-el-block-link {
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
    margin-bottom: 15px;
    display: block;
}

.article-el-block:last-child {
    margin-bottom: 0;
}

.article-el-block-img-block {
    width: 25%;
    height: 140px;
    margin-right: 15px;
    border-radius: 5px 5px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 1) 0px 1px 3px;
}

.article-el-block-img-block .glass-effect::after {
    top: 10%;
    left: 35%;
    width: 180%;
    height: 200%;
}

.article-el-block-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.article-el-block-content {
    width: 75%;
}

.article-date {
    font-size: 11px;
    margin-bottom: 15px;
}

#avatar-header {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 20px;
}

#avatar-header #avatar {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-position: center center !important;
    background-size: cover;
    margin-right: 10px;
}

#avatar-header h1 {
    margin-bottom: 0px !important;
}

@media (max-width: 960px) {
    .game-teaser {
        width: 48%;
    }

    #games-teasers .glass-effect::after {
        top: 30%;
        left: 45%;
        width: 180%;
        height: 200%;
    }
}

@media (max-width: 600px) {
    #games-teasers {
        flex-direction: column;
    }

    #games-teasers .glass-effect::after {
        top: 50%;
        left: 40%;
        width: 280%;
        height: 270%;
    }

    .game-teaser {
        width: 100%;
    }

    .article-el-block {
        flex-direction: column;
    }

    .article-el-block-content {
        width: 100%;
    }

    .article-el-block-content {
        width: 100%;
    }

    .article-el-block-img-block {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .article-el-block-link {
        margin-bottom: 15px;
    }

    .article-el-block-img-block .glass-effect::after {
        top: 50%;
        left: 20%;
        width: 480%;
        height: 670%;
    }
}