@media only screen and (min-width: 768px) {
    
    Body {
        background-color: white;
        color: #09558f;
        text-align: center;
       }

    .Content {
        max-width: none;
    }

    .list {
        float: left;
        color: #09558f;
    }
    
    table#Table2 {
        width: 100%;
        max-width: none !important;
    }
    
    td.ContentCustomerFeatureCell table tbody table {
        width: 100%;
    }
    
    td.ContentCustomerFeatureCell>table>tbody>tr:first-child>td {
        display: none;
    }
    
    .has-header-image #hero-header:before {
    background: linear-gradient(rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0));
    }

    h2 {
        color: white;
        font-size: 30px;
        line-height: 28px;
        margin-bottom: 0px;
        margin-left: 15px;
        margin-right: 15px
    }

    h3{
        color: #ffc573 !important;
        font-style: italic;
        font-weight: 300;
        font-size: 20px;
        line-height: 18px;
        margin-top: 10px;
        margin-left: 15px;
        margin-right: 15px
    }

    .PageBox {
        width: 100%;
    }

    .Prettyboxes {
        position: relative;
        display: inline-block;
      /*  background-image: linear-gradient(#b1e5fd, white); */
        padding: 15px 15px 15px 15px;
        margin: 10px 10px 50px 10px;
        color: #00467c;
    }

    .Titlecolor {
        text-align: left;
        background-color: #00467c;
        padding: 15px 15px 15px 15px;
        margin: 10px 10px 10px 10px;
    }

    .ServiceBlurb {
        font-size: 18px;
        line-height: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }



    .ListLeft {
        position:relative;
        display: inline-block;
        width: fit-content;
        text-align: center;
    }

    .Machinepics {
        float: right;
        width: 50%;
    }

    .Graybox {
        float: left;
        width: 50%;
    }

    .List {
        margin-bottom: 40px;
        margin-left: 15px;
        display: inline-block;
        text-align: left;
        font-size: 20px;
        line-height: 30px;
    }

    .Listtitle {
        color: #09558f;
        font-weight: 800;
        margin-left: -15px;
    }

    li {
        color: #ffb852;
    }

    #Listtext {
        color: #09558f;
    }

    #Titleimage {
        Display: Block;
        width: 100%;
    }

    #Titleimage2 {
        Display: none;

    }

    #AVM {
        display: block;
        width: 100%;
    }   

    #AVM2 {
        display:none;
        width: 100%;
    }

    #Locker {
        display: block;
        width: 100%;
    }

    #Locker2 {
        display:none;
        width: 100%;
    }

    #Vending {
        display: block;
        width: 100%;
    }

    #Vending2 {
        display: none;
        width: 100%;
    }

}