@media screen and (max-width: 600px) {

	.video-container{
		display: block;
		float: none;
		text-align: center;
	}
	.Logo-image {
		background-image: url(../images/telecable/telecable.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
	.video-player div.video-js{
		width: 100%;
	}
	.h-100{
		height: auto;
	}
	.otro-navigation{
		padding: 0;
		margin-top: 1em;
	}
	.otro-navigation li{
		padding: 0 3px;
		font-size: 13px;
	}
	.Menu-container{
		margin-top: 3em;
		margin-bottom: 3em;
	}
	.channel-video img{
		height: auto;
	}
}


