.min img{
  width: 100% !important; 
  height: 100% !important;
  max-width:550px;
}

.min td img
{
	width: auto !important; 
	height: auto !important;
	max-width:100%;
}

.min td video
{
	width:100%;
	height:100%;  
}

.min table{
	border:0px;
    width: 100%;
    height: 100%;
    max-width:550px;
	text-align:center;
}

.min video {
	  width:100%;
	  height:100%;  
}

.min iframe{
  top: 0; left: 0;
  border: 0;
  width: 100%;
  height: 310;
  max-width:550px;
 }



.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.min object,
.min embed {
  top: 0; left: 0;
  border: 0;
  width: 100%; 
  height: 310; 
  max-width:550px;
}
