.peeping-cover {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden; }
  .peeping-cover .poster-image {
    -webkit-filter: blur(7px);
    filter: blur(7px);
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .peeping-cover .caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5); }
  .peeping-cover .title {
    color: #fff;
    font-size: 48px;
    font-weight: 700; }
  .peeping-cover .btn-cover {
    margin: 45px 0 14px; }
  .peeping-cover .cost {
    color: #fff;
    font-size: 11px;
    font-weight: 400; }

@media (max-width: 1024px) {
  .peeping-cover {
    position: fixed;
    z-index: 10; } }

@media (max-width: 320px) {
  .peeping-cover .title {
    font-size: 38px; } }
