.tv-widget-mobile {
	display: none;
}

@media (max-width: 1024px) {
	.tv-widget-mobile {
		margin: 40px 0;
		display: block;
	}	
}