.content-gen {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
    background: #3bc4ca;
}
img.gen-streaming-logo {
    width: auto;
    height: 70px;
    margin: 0 auto;
}
.content-gen .iframe-wrapper {
    width: 325px;
}
.content-gen .iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    background-color: #000;
    z-index: 1;
}
.content-gen .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 499px) {
	.content-gen {
	    display: block;
	}
	img.gen-streaming-logo {
	    width: 75px;
	    height: auto;
	    margin: 10px;
	}
	.content-gen .iframe-wrapper {
	    width: 100%;
	}
}

@media (min-width: 500px) {
	body.home-page section.recent-default h3.post-box-title {
        min-height: 44px;
    }
}

.ln-rel {
    clear: both;
    padding: 8px;
}
.ln-rel .item {
    width: 150px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 16px;
    margin-right: 12px;
}
.ln-rel .item h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}
.ln-rel .item .img {
    margin-bottom: 8px;
}

.post-cover-head .single-has-thumb.single-post-thumb {
    background-position: top center !important;
}