html, body {
	margin:										0px;
	padding:									0px;
	width:										100%;
	height:										100%;
}

img.image {
	max-width:								100%;
}

p {
	line-height:								30px;
	margin-top:									0px;
}

input {
	font-family:								inherit;
	font-size:									inherit;
}

.clear {
	clear:										both;
}

.columns-2 {
    -webkit-column-count:		2;
		-moz-column-count:			2;
		column-count:						2;
}

.columns-3 {
    -webkit-column-count:		3;
	-moz-column-count:				3;
	column-count:							3;
}

.paragraphs_textcolumns {
	width:										25%;
	float:										left;
}

video {
	display: 									block;
	object-fit: 							cover !important;
  width: 										100% !important;
  height: 									400px !important;
}
