/* Чтобы футер прилегал к низу страницы */

html,
body {
  height: 100%;
}
#allrecords {
  display: table;
  height: 100%;
  width: 100%;
}
#rec61286605, #rec61289704 {
  display: table-row;
  height: 100%;
}

/* Видос для Китая из пресс-кита*/

.wrapper {
	max-width:476px;
	margin:0 auto;
	overflow: hidden;
	position:relative;
}

video {
	min-width:100%;
	position:relative;
	width:100%;
	height:100%;
	}