

#pluginAppObj_22_39 {
    --external-padding: 10px;
    z-index: 1001 !important;
}

#pluginAppObj_22_39 .ih-item {
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;

    width: 160px;
    max-width: 100%;
    height: 160px;

    background-color: rgba(255, 255, 255, 1);
    
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    
     
}

#pluginAppObj_22_39 .ih-item .title {
    color: rgba(0, 0, 0, 1);
    
    font-family: Times New Roman;
    font-size: 14pt;
    font-weight: normal;
    font-style: normal;
    
    word-break: normal;
}

#pluginAppObj_22_39 .ih-item .desc {
    color: rgba(0, 0, 0, 1);
    
    font-family: Times New Roman;
    font-size: 10pt;
    font-weight: normal;
    font-style: normal;

    padding-right: 4px;
    padding-left: 4px;
    
    word-break: normal;

    text-align: center;
    margin: 3px 0;
    overflow: hidden;
    
    flex-shrink: 1;
}

#pluginAppObj_22_39 .ih-item .desc:hover {
    flex-shrink: 0;
}

#pluginAppObj_22_39 .ih-item .btn-container {
    text-align: center;
    
    flex-shrink: 0;
    
    margin-top: 16px;
    margin-bottom: 5px;
}

#pluginAppObj_22_39 .ih-item .btn-container a {
    color: rgba(255, 0, 0, 1);
    background-color: rgba(183, 183, 183, 1);
    
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    
    font-family: Times New Roman;
    font-size: 10pt;
    font-weight: normal;
    font-style: normal;
    
    text-decoration: none;
}

#pluginAppObj_22_39 .ih-item img {
  width: 100%;
  height: 100%;
    
  object-fit: cover;
}

#pluginAppObj_22_39 .ih-item .img {
    position: relative;
    
    width: 160px;
    max-width: 100%;
    height: 160px;
    
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

#pluginAppObj_22_39 .ih-item .img:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

#pluginAppObj_22_39 .ih-item .img img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

#pluginAppObj_22_39 .ih-item .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
      
    padding: var(--external-padding);
    
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    
    background-color: rgba(255, 255, 255, 1);
    overflow: hidden;
}

#pluginAppObj_22_39 .ih-item.effect8 .info-container {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

#pluginAppObj_22_39 .ih-item.effect18 .info .info-back {
  opacity: 1;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 1);
}

#pluginAppObj_22_39 .ih-item.effect20 .info .info-back {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
    
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  transition: all 0.35s linear;
    
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
    
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
    
  height: 100%;
    
  background-color: rgba(255, 255, 255, 1);
  padding: var(--external-padding);
}