/*
Theme Name:  Knox Child Theme
Description: Child theme for the Knox theme
Author:      ThemeMount
Author URI:  http://themeforest.net/user/thememount
Template:    knox
Version:     0.1
Tags:        light, white, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, responsive, retina
*/


/* NOTE: Main theme's style.css file is already added in head tag. /*

/* =Theme customization starts here
-------------------------------------------------------------- */
/*.woocommerce ul.products li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}*/
.img-center-cropped {
  display: block;
  width: 100%;

  position: relative;
  /*height: 330px; */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain !important;
  overflow: hidden;
  padding: 0;
  height: 0;
  padding-bottom: 100%;
}

.img-center-cropped img {
 min-height: 100%;
 min-width: 100%;

 /* IE 8 */
 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 /* IE 5-7 */
 filter: alpha(opacity=0);
 /* modern browsers */
 opacity: 0;
}
