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