.gui-popover {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 80%;
	max-width: 800px;
}

.gui-popover {
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.home-blog {
	position: relative;
}

.home-blog .more,
.sidebar+* .home-blog.more-than-4 .more {
	position: absolute;
	right: 0;
	top: -3000em;
	z-index: 9;
}

.home-blog.more-than-4 .more,
.sidebar+* .home-blog.more-than-3 .more {
	top: 19px;
}

.home-blog .articles .article,
.sidebar+* .home-blog .articles .article:first-child+*+*+* {
	position: absolute;
	left: -3000em;
	top: -3000em;
}

.home-blog .articles .article:first-child,
.home-blog .articles .article:first-child+*,
.home-blog .articles .article:first-child+*+*,
.home-blog .articles .article:first-child+*+*+* {
	position: relative;
	left: 0;
	top: 0;
}

@media (max-width: 991px) {
	.home-blog .articles .article:first-child+*+*+* {
		position: absolute;
		left: -3000em;
		top: -3000em;
	}

	.home-blog.more-than-3 .more {
		top: -3000em;
	}

	.home-blog.more-than-4 .more,
	.sidebar+* .home-blog.more-than-4 .more {
		top: 19px;
	}
}