/*
Theme Name: Betheme
Author: Muffin group
Description: The biggest WordPress Theme ever
Theme URI: http://themes.muffingroup.com/betheme
Author URI: http://muffingroup.com
License: Themeforest Split Licence
License URI: -
Version: 15.5

All css files are placed in /css/ folder
*/

.image-box img{
    width: 100%;
    float: left;
}
.image-box:hover .normal-state{
    display: none;
}
.image-box .hover-state{
    display: none;
}
.image-box:hover .hover-state{
    display: block;
}
