section.result{
    position:relative;
    grid-template-columns:1fr;
    grid-template-rows:1370px 550px;
}

.result .result-content{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content: space-between;
    height:100%;
    position:relative;
    z-index:10;
}
.result .result-content p{
    padding:4rem 0 0 0;
    font-size:7.5rem;
    color:#000;
    line-height:1;
}
.result .result-content a{
    font-size:7rem;
    line-height:1;
    margin-bottom:10rem;
    border-radius: 7rem/50%;
}

.result .result-video{
    position:absolute;
    top:0;
    left:0;
    z-index:5;
}

.full-page{
    position:absolute;
    width:100vw;
    height:100vh;
    top:0;
    left:0;
    z-index:111;
}

.rcm-popup{
    display:none;
}

.full-page .video-rcm{
    position:absolute;
    top:0;
    left:0;
    z-index:5;
}
.full-page .video-rcm:after{
    content:'';
    display:block;
    position:absolute;
    bottom:0;
    left:0;
    height:20%;
    width:100%;
    background:var(--mrpoo-light-blue);
    background: -moz-linear-gradient(180deg, rgba(var(--mrpoo-dark-blue-rgb),0) 0%, rgba(var(--mrpoo-dark-blue-rgb),1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(var(--mrpoo-dark-blue-rgb),0) 0%, rgba(var(--mrpoo-dark-blue-rgb),1) 100%);
    background: linear-gradient(180deg, rgba(var(--mrpoo-dark-blue-rgb),0) 0%, rgba(var(--mrpoo-dark-blue-rgb),1) 100%);
}
.full-page .video-rcm > video{
    display:block;
}

.full-page .container-rcm{
    position:relative;
    z-index:10;
    height:100%;
    padding:5rem;
}

.full-page .container-rcm p{
    color:#fff;
    font-size:4.75rem;
    margin-bottom:5rem;
}

.full-page .container-rcm p > a{
    color:inherit;
    transition:color 250ms linear;
}
.full-page .container-rcm p > a:hover{
    color:var(--mrpoo-pink);
}

.full-page .container-rcm a{
    
}