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

#menu {
	display: none;
}

#mobilemenu {
	display: block;
}

.events {
	width: 95% !important;
}

.gallery {
	width: 95% !important;
}

.profile {
	width: 150px !important;
}

.ptchoice {
	width: 95%;
}

.smallgallery {
	width: 45% !important;
}

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

.ytvid {
	width: 90%;
	height: 300px;
}

}