.projects_gallery{
float:right;
width:100%
}
.projects_gallery a{
float:right;
width:100%;
text-align:center;
margin:6px 0 0 0
}
.projects_gallery a img{
display:inline-block;
width:618px
}
.projects_gallery .more{
float:right;
width:100%;
height:51px;
margin:25px 0 22px 0;
background:url(../../../design/default/css/images/projects/arrw_dwn.png) top center no-repeat
}
/* Desktops and laptops ----------- */
@media only screen  and (min-width :1224px) {
/* Styles */
.projects_gallery a img{
width:920px
}
}
/* Large screens ----------- */
@media only screen  and (min-width :1824px) {
/* Styles */
.projects_gallery a img {
width:1570px
}
}
