.mid-cover-right {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: row;

    > div {
        width: 50%;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    > .img {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;

        .sd-img {
            display: none;
        }
    }

    > .text {
        display: flex;
        flex-direction: column;
    }
}
