﻿/* Other DEFAULT 2020 */
.ot{
	margin: 1% auto 0 auto;
	position: relative;
	width: 100%;
	max-width: 300px;
	height: auto;
	z-index: auto;
	float: none;
	text-align: center;
}

@media screen and (max-width: 900px) {
.ot{
	margin: 1% auto 0 auto;
	position: relative;
	width: 70%;
	max-width: 300px;
	height: auto;
	z-index: auto;
	float: none;
	text-align: center;
}
}
@media screen and (max-width: 600px) {
.ot{
	margin: 1% auto 0 auto;
	position: relative;
	width: 70%;
	max-width: 300px;
	height: auto;
	z-index: auto;
	float: none;
	text-align: center;
}
}

