@media screen and (min-width:1300px) {
}
@media screen and (min-width:1000px) {
	body {
    width: 1000px !important;
    margin: auto !important;
}
}
@media screen and (max-width:900px) {
#video-area {
    width: 100% !important;
}
}
@media screen and (max-width:600px) {
.button {
    width: 35% !important;
}
}
@media screen and (max-width:400px) {
}