@media only screen and (max-width: 767px) {

#container-sidebar {
display:none;
}

#featured-content {
display:none;
}

.billboard_ad {
display:none;
}

.right-menu {
display:none;
}

.container{
width:100%;
}



#header {
height:110px;}

#primary-nav {
display:none;}

#primary-nav{
width:100%;
}

#main {
width:100%
}

#related {
display:none}

#reacties {
width:100%}

	.entry-content img {
		width: 100%;
		height: auto;
	}
	
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

}
