.box {
    height: 40vw;
    max-height: 600px;
    min-height: 500px;

    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    
    /* background-repeat: no-repeat;
    background-size:contain; */
}
.boxOne {
    background: url(../img/jakeBackground.jpg);
}
.boxTwo {
    background: url(../img/jakeBackground2.png);
    background-color: #000;
    background-position: right bottom;
    background-repeat: no-repeat;
}
.boxDriving {
    background: url(../img/drivingBackground.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.otterway {
    background: url(../img/otterwayLogo.png);
    background-color: #409789;
    background-position: right bottom;
    background-repeat: no-repeat;

    padding-bottom: 150px;
}
.barrowFootball {
    background: url(../img/barrowLogo.png);
    background-color: #000;
    background-position: right 40px bottom 40px;
    background-repeat: no-repeat;
    background-size: 150px;
}
  
  


.boxOne .desktopImg {
    margin-left: 180px;
}
  
.box h3 {
    text-align: left;
    font-size: 2.5em;
    line-height: 1.1em;
    margin: 0;
    color: #FFF;
    
    width: 300px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.box p {
    text-align: left;
    margin: 0;
    font-size: 1.8em;
    opacity: .8;
    text-shadow: 1px 1px 5px rgba(85,87,89, .1);
    
    width: 300px;
}
.boxTwo p,
.boxDriving p,
.otterway p,
.barrowFootball p {
    color: white;
}
  
.buttonb {
    float: left;
    
    margin-top: 30px;
    margin-bottom: 20px;
    width: 180px;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 20px;
    padding: 15px 0 10px 0; /* Making text center  */
    color: #FFC13C;
    text-shadow: 1px 1px 5px rgba(255, 193, 60, .3);
    
    background-color: #FFF;

    border-radius: 6px;
}
.boxTwo .buttonb,
.boxDriving .buttonb,
.barrowFootball .buttonb {
    color: #000;
}

.mockupApp {
    background-color: transparent;
    margin-top: -225px;
    height: 400px;
}


.otterwayScreenshot {
    background-color: transparent;
    margin-top: 10px;
    height: 350px;
    width: auto;
    min-width: auto;
    float: left;
}
.barrowScreenshot {
    background-color: transparent;
    height: 440px;
    width: auto;
    min-width: auto;
    margin-top: -270px;
}
  
.desktopImg {
    width: 40%;
    min-width: 300px;
    
    padding-top: 20px;
    background-color: #FFF;
    
    border-radius: 10px 10px 0 0;

    margin-top: -100px;
}
  
@media only screen and (max-width: 1200px) {
    /* .desktopImg {
        padding-top: 0;
    } */
}

@media only screen and (max-width: 1024px) {
    .desktopImg {
        right: 5%;
    }
}

@media only screen and (max-width: 1000px) {
    .otterway {
        background-position: right top;
        background-size: 330px;
    }
}

@media only screen and (max-width: 900px) {
    .mockupApp {
        right: 0;
        position: absolute;
    }
}
@media only screen and (max-width: 880px) {
    .barrowScreenshot {
        position: absolute;
    }
    

    .barrowFootball {
        background-position: center bottom 40px;
    }

    .desktopImg {
        position: absolute;
    }
}

@media only screen and (max-width: 720px) {
    .mockupApp {
        display: none;
    }
}

@media only screen and (max-width: 670px) {
    .otterway {
        background-size: calc(100% - 330px);
    }
    .otterwayScreenshot {
        height: auto;
        width: 100%;
    }
}

@media only screen and (max-width: 645px) {
    .desktopImg {
        display: none;
    }
    .boxOne .desktopImg {
        display: block;
        margin: auto;
        right: 0;
        left: 0;
        margin-top: 20px;
    }
    .box h3, .box p {
        width: 100%;
        text-align: center;
    }
    .buttonb {
        margin-left: calc(50% - 90px);
    }
    .boxTwo {
        background: #000;
    }

    .barrowScreenshot {
        display: none;
    }

    .otterway {
        background-size: 200px;
    }
    .barrowFootball {
        background-position: center bottom 90px;
        padding-bottom: 130px;
        background-size: 180px;
    }
}

@media only screen and (max-width: 500px) {
    /* .otterway {
        background-size: 240px;
    } */
}

@media only screen and (max-width: 360px) {
    .barrowFootball {
        background-position: center bottom 45px;
        padding-bottom: 130px;
        background-size: 180px;
    }
}




.normalImg {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}
.normalImg img {
    width: 100%;
}