.s5-row.movie_w {
	width: 85%;
	margin: auto;
}

.videoWrap{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.videoWrap iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.s5-row__col2.movie_p {
	padding: 5px;
}
.s5-row.movie_w1 {
	width: 42%;
	margin: auto;
}
.c5-display--small--txt{
	margin-top: 30px;
}

@media screen and (max-width: 860px) {
	.s5-row.movie_w {
		width: 100%;
	}
	.s5-row.movie_w1 {
		width: 100%;
	}
}
.c5-display--learge {
  display: none;
}
.c5-display--small {
  display: block;
}
@media screen and (min-width: 639px) {
  .c5-display--learge{
    display: block;
  }
  .c5-display--small{
    display: none;
  }
}