.pr-vote {
    width: 100%;
    height: 65vh;
    overflow: hidden;
    position: relative;
}
.pr-eng {
    font-size: 13vw;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
    color: #e9e9e9;
    text-align: center;
}
.bg-photo {
    position: absolute;
    bottom: 0;
    clip-path: polygon(0 15%, 100% 55%, 100% 100%, 0% 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: inherit;
}
.pr-contents {
    display: flex;
    width:100%;
    position: absolute;
    height: inherit;
    top:0;
    padding-left: 0;
    padding-right: 0;
}
/* .pr-video {
    display: none;
} */
.pr-person {
    position: relative;
    width:100%;
}
.pr-person img {
    position: absolute;
    top:60px;
    left:0;
    width: auto;
    height: 100%;
}

.bg-frame {
    position: absolute;
    bottom: 0;
    clip-path: polygon(100% 72%, 100% 100%, 0 100%);
    background-color: #001E8D;
    width: 100%;
    height: inherit;
}
.catchcopy {
    position: absolute;
    right: 0;
    bottom: 36px;
    font-size: 12vw;
    font-weight: 900;
    line-height: 1;
    text-align: right;
    transform: rotate(-17deg);
    white-space: nowrap;
    color: #fff;
    z-index: 1;
    -webkit-transform: rotate(-17deg);
    -moz-transform: rotate(-17deg);
    -ms-transform: rotate(-17deg);
    -o-transform: rotate(-17deg);
    pointer-events: none;
    text-shadow: 0 0 10px #000;
}
@media (min-width:768px) {
    .pr-vote {
        height: 45vw;
    }
    .pr-contents {
        padding-left: 5rem;
        padding-right: 5rem;
    }  
    .pr-video {
        display: block;
        position: relative;
        width: 100%;
        padding-top: 100px;
    }
    .catchcopy {
        font-size: 7vw;
        transform: rotate(-7deg);
    }
}