/* ------------------------------------------------------------------------
# mod_jaff_image4col
# author    H.chakery
# copyright : Copyright (C) 2012 joomlaffect.com All Rights Reserved.
# @license  : http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Website   : http://joomlaffect.com
# Technical Support:  Forum - http://forum.joomlaffect.com
------------------------------------------------------------------------ */
* {
    box-sizing: border-box;
}
.colclasses{
    padding-top: 5px;
    padding-bottom: 5px;
}
#myImg1,#myImg2,#myImg3,#myImg4{
    width:100%;
    border-radius: 15px;
}
.white_bg_dis{
    padding: 0 !important;
    box-shadow: 0px 0px 0px 0 #ddd;
    background-color: transparent;
}
.white_bg_dis .image4col .col-lg-12.col-md-12.col-sm-12.col-xs-12{
    padding: 0 !important;
}
@media screen and (max-width: 992px) and (min-width: 860px) {
.image4col .col-lg-12.col-md-12.col-sm-12.col-xs-12 .colclasses.col-lg-3.col-md-3.col-sm-6.col-xs-6{
    width: 25%;
}
}

