smart-tank {
	width: 300px;
}


@media only screen and (max-width: 700px) {
	smart-tank {
		width: 100%;
	}
}