.mainPageTheatres {
	
}

.mainPageTheatres__movie {
	padding-left: 110px;
  display: inline-block;
  width: 33.333%;
  box-sizing: border-box;
  margin-bottom: 10px;
  vertical-align: top;
}

.mainPageTheatres__movie:before,
.mainPageTheatres__movie:after {
	content: '';
	display: table;
	clear: both;
}

.mainPageTheatres__cover {
  float: left;
  width: 100px;
  height: 143px;
  margin-left: -110px;
}

.mainPageTheatres__cover img {
  width: 100%;
  border-radius: 6px;
  vertical-align: top;
  box-shadow: 0 2px 2px #eee;
}

.mainPageTheatres__description .btn {
	margin-top: 5px;
}

.mainPageTheatres__movieName {
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
}

.mainPageTheatres__descriptionSection {
	color: #999;
	margin-bottom: 5px;
}

.mainPageTheatres__descriptionSection:before {
	content: attr(data-name);
	margin-right: 5px;
	color: #666;
	display: block;
}