:root {
    
    --color-white:                     #FFFFFF; /*#000000*/
    --color-white-rgb:                   255, 255, 255;

    --color-black:                     #000000; /*#FFFFFF*/
    --color-black-rgb:                  0, 0, 0;

      
    /* Transition Method */
    --transition-base: all 0.5s ease-in-out;
    --transition-bezier: all .25s cubic-bezier(.645, .045, .355, 1); 
} 
a.mxp-image-popup {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(var(--color-black-rgb), 0.5);
    color: var(--color-white);
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    z-index: 70;
    transition: var(--transition-base);
}
a:hover.mxp-image-popup {
    top: 12px;
    right: 12px;
    background: rgba(var(--color-white-rgb), 0.5);
    color: var(--color-black);
    zoom: 1.1
}

.mxp-show-title {
  font-size: 19px;
  transition: all 0.5s ease;
  background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
  background-size: 0 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
  -webkit-transition: all 0.4s ease 0.3s ease-out;
  -moz-transition: all 0.4s ease 0.3s ease-out;
  -ms-transition: all 0.4s ease 0.3s ease-out;
  -o-transition: all 0.4s ease 0.3s ease-out;
  transition: all 0.4s ease 0.3s ease-out;
  background-size: 0 3px, 0 3px;
  margin-bottom: 6px;
}

.mxp-show-title:hover {
  background-size: 0 1px, 100% 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
  -webkit-transition: all 0.4s ease 0.3s ease-out;
  -moz-transition: all 0.4s ease 0.3s ease-out;
  -ms-transition: all 0.4s ease 0.3s ease-out;
  -o-transition: all 0.4s ease 0.3s ease-out;
  transition: all 0.4s ease 0.3s ease-out;
  background-size: 0 3px, 100% 3px;
}
.mxp-show-title:hover a {
  opacity: 1;
}

.mxp-show-title a {
  opacity: 0.3;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .mxp-show-content {
    margin-right: 0;
  }
}
.mxp-show-img-wrapper {
  height: 500px;
}
.mxp-show-img-wrapper.image-container {
  position: relative;
  overflow: hidden;
}
.mxp-show-img-wrapper .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 16px;
}
.mxp-show-img-wrapper .hover-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .mxp-show-list-wrap {
    margin-left: 0;
  }
}
@media(max-width:991px) {
.showimg-item{ 
  display: inline;
  margin: 10px;
}
.mxp-show-list-wrap {
    margin: 20px 0px;
}
}