﻿
    @media only screen and (max-width: 990px) {
    .homebox {
        float: left;
        margin-left:3%;
    }

    .homebox, .boximage {
        width: 320px;
    }

    .ucr {
        margin-top: 20px;
    }
}

  /* Desktop */
        /*@media screen and (min-width: 980px) and (max-width: 1100px) {
            .homebox {
        float: left;
    }

    .homebox, .boximage {
        width: 320px;
        margin-left:14%;
    }
        }*/

@media only screen and (max-width: 500px) {
    .homebox, .boximage {
        width: 100%;
    }
}

        /* Tablet */
        @media screen and (min-width: 760px) and (max-width: 980px) {
            .homebox {
        float: left;
    }

    .homebox, .boximage {
        width: 320px;
    }
        }

        /* Mobile HD */
        @media screen and (min-width: 350px) and (max-width: 760px) {
            .homebox {
        float: left;
       margin-left:5%;
    }

    .homebox, .boximage {
        width: 90%;
         
    }
        }

        /* Mobile LD */
        @media screen and (max-width: 350px) {
           .homebox {
        float: left;
    }

    .homebox, .boximage {
        width: 100%;
    }
        }



