@charset "UTF-8";

#mv_outer:before {
    position: absolute;
    display: block;
    content: "SF";
    width: 360px;
    height: 360px;
    top: calc(50% - 180px);
    left: calc(50% - 180px);
    font-size: 30rem;
    line-height: 360px;
    font-family: 'Abril Fatface', cursive;
    z-index: 6;
    color: #32424d;
    text-stroke: 1px rgba(255, 255, 255, 0.55);
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.55);
    opacity: 0.5;
    text-align: center;
    pointer-events: none;
    display: none;
}
