.beach-word-container {
    position: absolute;
    right: 5%;
    top: 50%;
    text-align: right;

    width: 90%;

    font-family: Archivo;
    color: FFFFFF;

    text-shadow: 2px 2px 15px #0000007a;

    transform: translateY(-50%);
    zoom: 1.2;
}

.beach-word-container.left{
    text-align: left;
    right: unset;
    top: 20%;
    left: 5%;
    width: 90%;
}

.beach-word-title {
    position: relative;
    font-size: 120px;
    margin-bottom: -20px;
    text-transform: uppercase;
}

.beach-word-subtitle {
    position: relative;
    padding-top: 20px;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
}

.beach-word-subtitle-floated {
    position: absolute;
    padding-top: -50px;
    font-size: 20px;
    line-height: 20px;
    right: 0px;
    top: 140px;
    width: 80vw;
    text-transform: uppercase;
}

.beach-word-subtitle-floatedup {
    position: absolute;
    padding-top: -50px;
    font-size: 20px;
    line-height: 20px;
    right: 0px;
    top: 50px;
    width: 80vw;
    text-transform: uppercase;
}

.beach {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1));
}

.beach.left{
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1));
}



@media only screen and (max-width: 1400px) {

    .beach-word-title {
        font-size: 100px;
    }


    .beach-word-subtitle {
        font-size: 17px;
        line-height: 17px;
        padding-top: -80px;
    }

    .beach-word-subtitle-floated {
        font-size: 17px;
        line-height: 17px;
        top: 100px;
    }

    .beach-word-subtitle-floatedup {
        font-size: 18px;
        line-height: 18px;
    }

}


@media only screen and (max-width: 1000px) {

    .beach-word-title {
        font-size: 90px;
    }

    .beach-word-subtitle {
        font-size: 15px;
        line-height: 15px;
    }

    .beach-word-subtitle-floated {
        font-size: 15px;
        line-height: 15px;
    }
    
    .beach-word-subtitle-floatedup {
        font-size: 15px;
        line-height: 15px;
    }
}

@media only screen and (max-width: 800px) {

    .beach-word-container {
        position: absolute;
        right: 5%;
        top: 50px;
        /* bottom: 13%; */
        text-align: right;

        width: 90%;
        
        font-family: Archivo;
        color: FFFFFF;

        transform: translateY(0%);
        zoom: 1;
    }

    .beach-word-container.left{
        
        top: 50px;
    }

    .beach-word-title {
        position: relative;
        font-size: 80px;
        margin-bottom: 0px;
    }

    .beach-word-subtitle {
        position: relative;
        font-size: 18px;
        line-height: 18px;
        width: 90vw;
        /* max-width: 350px; */
    }

    .beach-word-subtitle-floated {
        position: absolute;
        font-size: 18px;
        line-height: 18px;
        width: 90vw;
        /* max-width: 400px; */
        top: 180px;
    }


    .beach-word-subtitle-floatedup {
        position: absolute;
        font-size: 18px;
        line-height: 18px;
        width: 90vw;
        /* max-width: 350px; */
        top: 0px;
    }

    .beach {
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0px;
        left: 0px;
        background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1));
    }

    .beach.left {
        background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1));
    }
}