/*!
 * Name			: Gallery Style
 * Website		: https://softclever.com
 * Copyright	: 2018 SoftClever Limited.
  _____        __      ______    _       
 |_   _|      / _|    |  ____|  | |      
   | |  _ __ | |_ ___ | |__   __| |_   _ 
   | | | '_ \|  _/ _ \|  __| / _` | | | |
  _| |_| | | | || (_) | |___| (_| | |_| |
 |_____|_| |_|_| \___/|______\__,_|\__,_|

*/

.image-gallery {width: 100%;aspect-ratio: 1 / 1;position: relative;overflow: hidden;text-align: center;cursor: default;margin-top: 10px;}.image-gallery img {width: 100%;height: 100%;object-fit: cover;}.image-gallery .overlay {width: 100%;height: 100%;position: absolute;top: 0;left: 0;background-color: rgba(0, 0, 0, 0.6);opacity: 0;transform: translate(460px, -100px) rotate(180deg);transition: all 0.2s 0.4s ease-in-out;}.image-gallery a.info {display: inline-block;text-decoration: none;padding: 8px 14px;text-transform: capitalize;font-size: 14px;color: #ffffff;margin-top: 40%;transform: translateY(-200px);transition: all 0.5s;}.image-gallery:hover .overlay {opacity: 1;transform: translate(0, 0);transition-delay: 0s;}.image-gallery:hover a.info {transform: translateY(0px);transition-delay: 0.2s;}.gallery-alt {width: 100%;position: relative;margin-top: -28px;margin-bottom: 10px;}.gallery-alt h4 {width: 100%;font-size: 16px;text-align: center;font-weight: normal;padding: 10px 6px;}@media (min-width: 20px) and (max-width: 575px) {.gallery-alt h4 {font-size: 13px;}}