
body.video .page-content .page-title {
  font: 46px/1 "FiraSans-Regular";
  color: #555;
  margin-bottom: 48px;
  text-align: center;
}

body.about .page-content p {
  font: 16px/1.5 "FiraSans-Regular";
  color: #555;
  margin-bottom: 24px;
}

.list-of-images li {
    
    width: 280px;
}
.list-of-images li > div {
    display: inline-block;
    text-align: left;
    width: 100%;
    margin-bottom: 32px;
}
.list-of-images li > div .img a {
  display: block;
  background: #ea2257;
  position: relative;
}
.list-of-images li > div .img a:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -56px;
  margin-top: -40px;
  content: "";
  width: 112px;
  height: 81px;
  background: url(../images/v-play.png) no-repeat center ;
}
.list-of-images li > div .img {
  position: relative;
  margin-bottom: 17px;
}
.list-of-images li img {
  
  max-width: 100%;
  display: block;
}
.list-of-images li time {
    color: #999;
    display: block;
    font-size: 12px;
    font-family: "FiraSans-Regular";
    margin-bottom: 4px;
}
.list-of-images li p a {
    color: #555;
    display: block;
    font-family: "FiraSans-Regular";
    font-size: 18px;
    line-height: 1.35;
}
.list-of-images li > div .img a:after {
  background: #ff6a4c;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
}
.list-of-images li:hover .img a:after {
  opacity: 0.2;
}

.list-of-images {
  margin-bottom: 40px;
  
}



.pagination {
  border-top: 1px solid #e6e6e6;
    font-family: "FiraSans-Regular";
    margin-bottom: 88px;
    margin-top: 35px;
    padding-top: 34px;
    text-align: center;
}
.pagination ul li {
    display: inline-block;
    margin: 0 4px;
    vertical-align: middle;
}
.pagination ul li a, .pagination ul li span {
    color: #555;
    display: block;
    font-size: 24px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    width: 42px;
}
.pagination ul li a:hover {
    color: #ff6a4c;
}
.pagination ul .dots {
    display: none;
}
.pagination ul .next-page {
    margin-left: 56px;
}
.pagination ul .next-page a {
    background: rgba(0, 0, 0, 0) url("../images/page-next.png") no-repeat scroll center 0;
    height: 17px;
    width: 11px;
}
.pagination ul .next-page a:hover {
    background-position: center bottom;
}
.pagination ul .prev-page {
    margin-right: 56px;
}
.pagination ul .prev-page a {
    background: rgba(0, 0, 0, 0) url("../images/page-prev.png") no-repeat scroll center 0;
    height: 17px;
    width: 11px;
}
.pagination ul .prev-page a:hover {
    background-position: center bottom;
}
.pagination ul .current span {
    background: #ff6a4c none repeat scroll 0 0;
    border-radius: 42px;
    color: #fff;
    display: block;
    height: 42px;
    line-height: 42px;
    text-align: center;
    width: 42px;
}



@media screen and (max-width: 1260px){
  .page-content .inside {
    width: 910px;
  }
  .list-of-images {
    margin-bottom: 32px;
  }
  .pagination {
    margin-bottom: 44px;
  }
  .list-of-images li {
    max-width: 32%;
  }
}
@media screen and (max-width: 780px){
  body.video .page-content .page-title {
    font-size: 36px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 720px){
  .page-content .inside {
    width: 616px;

  }
  .list-of-images li {
    max-width: 49%;
  }

  .list-of-images {
    margin-bottom: 0;
  }
  
}
@media screen and (max-width: 500px){
  .list-of-images li {
    max-width: 100%;
  }
  .list-of-images {
    justify-content: space-around;
  }
}