.sct_images_one_full_img {
    display: block;
    width:100%;
    max-width:240px;
    float:left;
    cursor:pointer;
    -moz-transition: all 0.05s ease-out;
    -o-transition: all 0.05s ease-out;
    -webkit-transition: all 0.05s ease-out;
    /*margin-top:4px;*/
}
.sct_images_one_full_img_resize {
    width:100%;
    max-width:100%;
}