/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.tube_player_wrap{
	width:100%; background-color:#000;
}
.tube_player_wrap .tube_player{
	text-align:center; margin:0 auto;
}
.tube_player_wrap  .tube_player iframe{
	max-width:760px; 
	width:100%; 
	min-height: 150px;
}

@media (min-width: 992px) {
	.tube_player_wrap  .tube_player iframe{
		min-height: 450px;
	}
}
