	.iteminfo c{
        display: block;
        align-items: center;
        justify-content: center;
    }
    .itemafbeelding img{
        width: 100%;
    }
    .droneknop{
        z-index: 9999999999;
    }    
    #ttcontainer {
		height: 180px;
		position: relative;
		font-family: 'LeelawUI', sans-serif;
		background-color: #ac939a;
		border-top: 1px solid #ac939a;
		background-image: url("https://www.vakantiewoning-wisteria.be/images/xoverlay2.png.pagespeed.ic.8Tb5Sl68Pn.webp");
	}
	#tickertape {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: inherit;
	}
	#tickertape:after {
		clear: both;
		display: block;
		content: "";
	}
	#tickertapeholder {
		position: absolute;
		top: 50%;
		left: 50%;
		-o-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		width: 100%;
		max-width: 880px;
		text-align: center;
	}
	.ticker_txt {
		font-size: 1.6em;
		color:#fff;
		text-transform: uppercase;
	}
	.ticker_txt p:first-child {
		padding-right: 100px;
	}
	.ticker_txt p:last-child {
		padding-left: 100px;
	}
	.ticker_txt strong {
		font-size: 120%;
		font-weight: bold;
	}

	@media screen and (max-width: 800px) {
		#ttcontainer {
			height: 250px;
			margin-top: 0px !important;
		}
		.ticker {
		height: inherit;
	}	
	#tickertapeholder .ticker_txt {
		padding-left: 10px;
		padding-right: 10px;
	}
	}

	@media screen and (max-width: 600px) {
		#ttcontainer {
		height: 250px;
	}	
	.ticker {
		height: inherit;
	}	
	#tickertapeholder .ticker_txt {
		padding-left: 10px;
		padding-right: 10px;
	}

	@media screen and (max-width: 500px) {
		.ticker_txt {
		font-size: 1.4em;
	}
	.ticker_txt p:first-child {
		padding-right: 0px;
		display: inline;
		margin: 0;
	}
	.ticker_txt p:last-child {
		padding-left: 0px;
		display: inline;
	}
	.ticker_txt strong {
		font-size: 120%;
		font-weight: bold;
	}
	}
	@media screen and (max-width: 250px) {
		#ttcontainer {
		height: 350px;
	}	
	}