#container {
	position: fixed;
	height: 100%;
	background: url(../images/logimed-noticias.jpg) no-repeat center / cover;
}
iframe {
	width: calc(100% - 200px);
	height: 100%;
	margin: 0 0 0 200px;
	border: none;
}

#header-container {
	display: none;
}

@media (max-width: 1024px) {
	iframe {
		width: 100%;
		height: calc(100% - 60px);
		margin: 60px 0 0;
	}
}
@media(max-width: 800px) {
	iframe {
		margin: 0;
	}
}

/*
body {
background:transparent;
}
#header-container {
display: none !important;
}
ol.items {
padding: 18px 18px 20px;
}
li.item {
width: 100%;
max-width:80%;
background:rgba(255,255,255,.8);
border: none;
}
.publish-info {
display: none;
}
.article .article-footer {
text-align: right;
}
.share-controls .share-facebook {
width: auto;
}
 */