.landing-content {
    position: relative;
    margin-right: 50px;
    height: 100%;
}

.landing-switcher {
    position: absolute;
    width: 25px;
    float: right;
    margin: 15px;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.landing-switcher-button, .landing-switcher-button div, .landing-switcher-smalldot {
    border-radius: 50%;
}

.landing-switcher-button {
    height: 25px;
    width: 25px;
    border: #C4C4C4 solid 1px;
    position: relative;
    cursor: pointer;
}

.landing-switcher-button div {
    height: 15px;
    width: 15px;
    background-color: black;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.landing-switcher-smalldot {
    height: 3px;
    width: 3px;
    background-color: #C4C4C4;
    left: 0;
    right: 0;
    margin: 2px auto;
}

.landing-items-item {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    max-width: 1400px;
    height: 100%;
}

.landing-items-item-desc {
    float: left;
    margin: auto 100px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.landing-items-item img {
    float: right;
    height: 80vh;
    min-height: 300px;
    margin: auto 100px;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

.landing-items-item-desc p {
    font-size: 24px;
}

.landing-items-item-desc h3 {
    font-size: 52px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 900px) {
    .landing-items-item img {
        height: 350px;
        margin: auto 20px;
    }
}