/*------------------------------------*\
    General Styles
\*------------------------------------*/

.view {
    padding: 30px 0 10px 0;
}



/*------------------------------------*\
    Viewports
\*------------------------------------*/

  /* Extra small devices (portrait phones, less than 576px */ 
    @media only screen and (max-width : 576px) {

    }

    /* Small devices (landscape phones, less than 768px */
    @media only screen and (max-width : 767px) {

    }

    /* Medium devices (tablets, less than 992px */
    @media only screen and (max-width : 992px) {

    }

 /* Large devices (desktops, less than 1200px */
    @media only screen and (max-width : 1200px) {

    }





