/**
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License version 3.0
 * that is bundled with this package in the file LICENSE.txt
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this module to a newer
 * versions in the future. If you wish to customize this module for your
 * needs please refer to CustomizationPolicy.txt file inside our module for more information.
 *
 * @author Webkul IN
 * @copyright Since 2010 Webkul
 * @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
 */
#wk-load-more{
  margin-left: 10px;
}
#wk_image_slider{
  margin: 25px 0px;
}
.wk_slider_item{
  padding: 8px;
}
.wk-slider-image:hover{
  cursor: hand;
}
.wk-overlay{
  opacity: 0;
}
.wk-hover{
  position: absolute;
  height: 85px;
  font-size: 20px;
  padding: 10px 5px;
  text-align: center;
  bottom: 0;
  width: 100%;
}

.wk-show-on-hover:hover .wk-overlay{
  opacity: 1;
}
.wk_slider_item {
  overflow: hidden;
  display: inline-block;
}

@media (min-width: 482px){
  .wk-slider-image{
    width: 100%;
    display: block;
    margin: auto;
    object-fit: contain;
  }
}
.wk-show-on-hover{
  position: relative;
}
@media (max-width: 482px){
  .wk-slider-image{
    width: 100%;
    display: block;
    margin: auto;
    object-fit: contain;
  }
}

.wk-insta-title{
  text-align: center;
  margin-top: 20px;
}
