.tv-name{
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
	color: #6e6e73;
}

@media only screen and (max-width: 734px) {
	 .tv-name{
		bottom: 5px;
		font-size: 13px;
	}
}