/**
 *
 * Random Banner Scroll. An extension for the phpBB Forum Software package.
 *
 * @copyright (c) 2017, Galandas, http://phpbb3world.altervista.org
 * @license GNU General Public License, version 2 (GPL-2.0)
 *
 */

#vertical-tickerb{
	height:75px;
	overflow:hidden;
	margin:0; padding:0;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0, .4);
}

#vertical-tickerb li {
	display:block;
    padding: 12px 5px 35px 5px;
}

.center-banner {
    font-size: 200%;
	font-weight: bold;
    color: #BF0000;
}

@media all and (max-width: 1200px), all and (max-device-width: 1200px) {
	#banner-scroll {
		display: none;
	}
}