.wrapp {
 width: 100%;
 margin: 0 auto;
  text-align: center;
  font-family : arial;
  font-weight: bold;
  color: blue;
}
.main-section .movies {
 width: 100%;
  height: 400px;
}
.main-section .movies .movie1{
  margin: 10px;
  float: left;
  width: 302px;
  height: 450px;
  background-image:url(https://nas.dcp24.ru/img/movie/2025/9/19/24018/24018_big.jpg);
  border: 3px solid #fff;
  text-align:center;
  background-size: cover;
}
.main-section .movies .movie1:hover{
  cursor: pointer;
  opacity: 0.6;
}
.main-section .movies .movie4{
  margin: 10px;
  float: left;
  width: 302px;
  height: 450px;
  background-image:url(https://nas.dcp24.ru/img/movie/2025/11/21/22209/22209_big.jpg);
  border: 3px solid #fff;
  text-align:center;
  background-size: cover;
  content: url(/images/pu.png);
}
.main-section .movies .movie4:hover{
  cursor: pointer;
  opacity: 0.6;
}
.main-section .movies .movie6{
  margin: 10px;
  float: left;
  width: 302px;
  height: 450px;
  background-image:url(https://nas.dcp24.ru/img/movie/2025/12/10/23990/23990_big.jpg);
  border: 3px solid #fff;
  text-align:center;
  background-size: cover;
}
.main-section .movies .movie6:hover{
  cursor: pointer;
  opacity: 0.6;
}
.main-section .movies .movie7{
  margin: 10px;
  float: left;
  width: 302px;
  height: 450px;
  background-image:url(https://nas.dcp24.ru/img/movie/2025/12/11/23013/23013_big.jpg);
  border: 3px solid #fff;
  text-align:center;
  background-size: cover;
}
.main-section .movies .movie7:hover{
  cursor: pointer;
  opacity: 0.6;
}
.main-section .movies .movie8{
  margin: 10px;
  float: left;
  width: 302px;
  height: 450px;
  background-image:url(https://nas.dcp24.ru/img/movie/2025/10/27/23554/23554_big.jpg);
  border: 3px solid #fff;
  text-align:center;
  background-size: cover;
}
.main-section .movies .movie8:hover{
  cursor: pointer;
  opacity: 0.6;
}
