body {
	margin: 0px;
	padding: 0px;
	min-height: auto !important;
	height: auto !important;
	background: white;
	overflow: hidden;
}

/*
.parent {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}
*/

.threesixteen_placement {
	float: left;
    width: 100%;
}

.threesixteen_buttons .btn {
	margin: 0;
    padding: 10px 7px 10px 10px;
    width: 38px;
    height: 38px;
    text-align: center;
    border-radius: 50%;
}

.threesixteen_holder {
	width: 800px;
	margin: 0 auto;
	min-height: 450px;
}

@media (max-width: 800px) {
	.threesixteen_placement {
		width: auto;
		margin: 0;
	}

	.threesixteen_holder {
		width: auto;
		margin: 0;
		min-height: auto;
	}
}


@media (max-width: 320px) {
	.threesixteen_holder {
		width: 240px;
	}
}


@media (screen-device-height: 240px) {
	.threesixteen_holder {
		height: 240px;
	}
}

/*
@media (min-width: 320px) and (max-width: 480px) {
	.threesixteen_holder {
		width: 400px;
	}
}
*/
