/* This file will hold styles that are loaded using the same media query as the normal grid. */
/* If you are using the default media queries provided by Omega, these styles will also
/*  apply to the widescreen layout unless they are overridden by the widescreen styles. */

@import url("http://rpi.edu/dept/cct/news/CSS/normal.css");



body.front .newsboximagecage img {
    height: auto;
    width: 100%;
    transform: scale(1);
}

body.front .newsboximagecage{
    border: 1px solid #464646;
    height: 130px;
    overflow: hidden;
}    

