/* Theme Name: The Project - Responsive Website Template
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Author e-mail:htmlcoder.me@gmail.com
Version:1.1.0
Created:December 2014
License URI:http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/

.imgx-wrapper {
    display: inline-block;
    overflow: hidden;
	width:480px;
	height:480px;
}

.imgx-wrapper img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    vertical-align: middle;
}

.imgx-wrapper img:hover {
    transform:scale(2.0);
    -ms-transform:scale(2.0); /* IE 9 */
    -moz-transform:scale(2.0); /* Firefox */
    -webkit-transform:scale(2.0); /* Safari and Chrome */
    -o-transform:scale(2.0); /* Opera */
}