.marbleBg {
    position: absolute;
    width: 45%;
    height: 100%;
    background: #e7e7e7;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}

.marbleBg.right {
    width: 15% !important;
    right: 0;
}

.marbleBg.grey {
    background-image: url('/assets/img/marbleBgGrey.jpg');
}

.marbleBg.blue {
    background-image: url('/assets/img/marbleBgBlue.jpg');
}

.marbleBg.yellow {
    background-image: url('/assets/img/marbleBgYellow.jpg');
}

section .marbleBg.bottom {
    width: auto !important;
    height: 25vh;
    right: 0;
    left: 0;
    bottom: 0;
}

section .marbleBg {
    width: 55% !important;
}

section .marbleBg.right {
    width: 45% !important;
}

section .marbleBg.bottomRight {
    width: 45% !important;
    height: 25vh;
    right: 0;
    bottom: 0;
}

section .marbleBg.mobile {
    display: none;
}

section .textContainer.right {
    width: 45% !important;
}

section .textContainer.centerLeft {
    width: 100% !important;
}

section .textContainer.centerLeft .textChild h2 {
    width: 45%;
    margin-left: 55%;
}

section .textContainer.centerLeft .textChild span {
    max-width: 1300px;
    padding: 0 40px;
    margin-left: auto;
    margin-right: auto;
}

section .textContainer .textChild h2 {
    color: #bad4e4;
}

section .textContainer .textChild br.mobile {
    display: none;
}

section#school .profile {
    position: absolute;
    right: 0;
    width: 45%;
    height: 100vh;
    background-image: url('/assets/img/profile.jpg?v=1');
    background-position: top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

section#school .textContainer .textChild,
section#hobby .textContainer .textChild,
section#personality .textContainer .textChild {
    max-width: 560px;
    padding: 0 40px;
    box-sizing: border-box;
}

@media (min-width: 1441px) {
}

@media (min-width: 1025px) and (max-width: 1440px) {
    section .textContainer.centerLeft .textChild h2 {
        margin-left: 50%;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    section .textContainer.centerLeft .textChild h2 {
        margin-left: 8vw;
    }

    section .textContainer.centerLeft .textChild span {
        padding: 0 8vw;
    }

    section .textContainer {
        width: 55%;
    }

    section .marbleBg.bottomRight,
    section .marbleBg.bottom {
        height: 15vh;
    }

    section#school .profile {
        height: 60vh;
    }

    section .marbleBg.mobile {
        display: block;
        height: 40vh;
    }
}

@media (max-width: 768px) {
    section .textContainer .textChild h2 {
        font-size: 5.5vw;
    }

    section .textContainer.centerLeft .textChild h2 {
        margin-left: 8vw;
    }

    section .textContainer.centerLeft .textChild span {
        padding: 0 8vw;
    }

    section .textContainer {
        width: 55%;
    }

    section .marbleBg.bottomRight,
    section .marbleBg.bottom {
        height: 15vh;
    }

    section#school .profile {
        height: 60vh;
    }

    section .marbleBg.mobile {
        display: block;
        height: 40vh;
    }

    section#school .textContainer .textChild,
    section#hobby .textContainer .textChild,
    section#personality .textContainer .textChild {
        padding: 0 8vw;
    }

    section .textContainer .textChild br.mobile {
        display: block;
    }
}

@media (min-width: 376px) and (max-width: 425px) {
}

@media (min-width: 321px) and (max-width: 375px) {
}

@media (max-width: 320px) {
}