body.ipsApp {
	margin: 0 450px 0 0;
}
#side_chatroom {
	position: fixed;
	top: 0;
}

#open_chat {
    display: none;
}

@media screen and (min-width: 650px) {
	.embed-container { 
		height: 40vw;
	}
}

@media screen and (max-width: 1300px) {
	body.ipsApp {
		margin: 0 0 260px 0;
	}
	#side_chatroom {
		position: static;
	}
}