@media (min-device-width : 1000px)  {.background-image {background-image: url('../images/background-land1.png');background-repeat: no-repeat;background-size: cover;
    background-position: bottom;}
    .booty-calls {height:50px;}
    .centered {padding:3% 0% 10% 0%;}
    .mob-back {background-color: unset;}
    .background-image:after {content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0);
        z-index: 2;}
    .p-mob{color:white;}
}

@media  (max-device-width: 768px) {
    .centered {padding:35% 0% 10% 0%;}
    .p-mob{color:white;font-size:2em;}
    .background-image {background-image: url('../images/background-land1.png');background-repeat: no-repeat;background-size: cover;
        background-position-x: 77%;}
    .vh-100 {
        height: 102vh !important;
    }
    h1 {font-size:5.1em !important;}
    .booty-calls {height:90px;}
    h2{font-size:3.1em !important;}
    .background-image {background-image: url('../images/background-land1.png');background-repeat: no-repeat;background-size: cover;
        background-position-x: 77%;}

    .vh-100 {
        height: 100% !important;
    }
    .background-image:after {content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.63);
        z-index: 2;
        width: 102%;
        height: 100%;
    }
}
