@charset "UTF-8";
/* CSS Document */

/*  START CSS for Masonry layout for Press  */

#container {
width: 800px;
margin: 105px auto 0 auto;
position: relative;
float:left;
left: 180px;
}

.image {float: left; width:160px; margin: 0 20px 20px 0; display: block;} 
.image img {width:160px; height:auto; }


@media only screen and (max-width : 1199px),
only screen and (max-device-width : 1199px){
    #container {
        width: 800px;
    }
}
 
 
@media only screen and (max-width : 999px),
only screen and (max-device-width : 999px){
    #container {
        width: 610px;
    }
}
 
@media only screen and (max-width : 799px),
only screen and (max-device-width : 799px){
    #container {
        width: 440px;
    }
}
 
@media only screen and (max-width : 599px),
only screen and (max-device-width : 599px){
    #container {
        width: 340px;
    }
}
 
@media only screen and (max-width : 399px),
only screen and (max-device-width : 399px){
    #container {
        width: 200px;
    }
}

/*  END CSS for Masonry layout for Press  */