html {
	overflow: hidden;
}

body {
	background: transparent;
}

#catapult-cookie-bar {
	display: none !important;
}

#site-header {
	display: none;
}

#masthead {
	display: none;
}

#secondary {
	display: none;
}

.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
	max-width: 100%;
}

.site::before {
	display: none;
}

.site-content {
	margin-left: 0px;
}

.singular .site-content .hentry.has-post-thumbnail {
	margin-top: 0px;
}

.hentry {
	margin-bottom: 0;
}

.my-mini .post-thumbnail {
	max-width: 100%;
}

footer {
	display: none;
}

.content-area {
	padding-top: 0px;
}

.entry-content .more-link {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 11;
	display: none;
}

#my-platontv-frame-more {
	display: block;
	width: 100%;
	height: 180px;
	left: 0;
	bottom: 0;
	background-image: url('img/gradient.png');
	z-index: 10;
	position: fixed;
}


@media screen and (max-width: 673px) {
	
	.my-mini .post-thumbnail img {
		width: 230px;
	}

}

@media screen and (min-width: 783px) {
	
	.masthead-fixed .site-main {
		margin-top: 0;
	}
	
}

@media screen and (min-width: 1008px) {
	
	.site:before {
		background-color: #ffffff;
	}
	
}
