:root{
	--container-maxWidth: var(--container-max-width-inner);
}
body,html{
    padding:0;
    margin:0;
}

@media only screen and (max-width: 700px) {
#playerahub {
	width: 400px !important;
	height: 225px !important;
}
}
@media only screen and (max-width: 510px) {
#playerahub {
	width: 320px !important;
	height: 180px !important;
}
}

