.cmm-small {
  height: auto;
  width: 600px;
  display: inline-block;
  margin-bottom: 30px;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
  text-align: center;
  background-color: rgb(244, 244, 244);
  border-radius: 10px;
}
.cmm-small .main-stream {
  display: inline-block;
  height: auto;
  position: relative;
}
.cmm-small .cmm-standard-video-overlay {
  background-image: url("https://cdn02-gz06ghmn.nintendo-europe.com/media/styles/images/video_play_button_overlay_icon_large.png");
  background-repeat: no-repeat;
  cursor: pointer;
  height: 80px;
  width: 80px;
  left: 43%;
  position: absolute;
  top: 32%;
  z-index: 2;
}
.cmm-small .nintendo_stream-centered {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 62%, rgb(231, 231, 231) 88%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-radius: 10px;
  display: table-cell;
  /*height: 265px;*/
  text-align: center;
  vertical-align: middle;
  width: 455px;
}
.cmm-small img {
  max-height: 100%;
  max-width: 100%;
}
.cmm-small a:hover{
	text-decoration: none;
}
.cmm-small p.nintendo_stream-caption {
  color: rgb(102, 102, 102);
  font-style: italic;
  text-decoration: none;
  line-height: 120%;
  text-align: center;
  width: 440px;
  margin-top: 1em;
}
