/*#######################################
	ANY
	-anywhere-
	10.04.2019
	Last update: <!--%DateStamp%-->10.04.2019<!---->
#######################################*/

#matomo
	{
		width: 100%;
		height: 170px;
		border: none;
	}

/* 320px -------> */
@media only screen and (max-width: 320px)
	{
		#matomo
			{
				height: 420px;
			}
	}

/* 375px --------------> */
@media only screen and (min-width: 361px) and (max-width: 375px)
	{
		#matomo
			{
				height: 380px;
			}
	}

/* 414px ---------------------> */
@media only screen and (min-width: 376px) and (max-width: 414px)
	{
		#matomo
			{
				height: 340px;
			}
	}

/* iPad portrait */
/* 768px ----------------------------------------> */
@media only screen and (min-width: 415px) and (max-width: 768px)
	{
		#matomo
			{
				height: 190px;
			}
	}
