.gpthm-img-cpct {
    display: inline-block;
    position: relative;
}

.gpthm-img-cpct .cpct {
    position: absolute;
    bottom: 5px;
    right: 5px;

    padding: 3px;
    border-radius: 15px;

    background: #222;
    color: #eee;
    cursor: default;

    font-family: Verdana;
    font-size: 10px;
    line-height: 1.2;
}

.gpthm-img-cpct .cpct .text {
    display: none;
}

.gpthm-img-cpct .cpct .icon {
    display: inline-block;
    margin: 0 5px;
}

.gpthm-img-cpct .cpct:hover .text {
    display: inline;
}

.gp-rtext {
    position: absolute;
    top: 10px;
    left: 0;
    bottom: 12px;
   
    width: 100%;
    height: 100px;

    padding: 12px;
    color: #fff;

    font-family: 'North Italic';
    font-size: 52px;
    font-weight: 400;
    letter-spacing: 0.02rem;
    text-shadow: 0px 0px 20px #000;
    text-align: right;    
}


.gp-ltext {
  position: absolute; 
  top: 50%;
  left: 0;
  width: 100%; 
  /* height: 50px; */
  color: #fff;
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 0.02rem;
  text-shadow: 10px 10px 4px #000;
  z-index: 99;
  text-align: center;
}

@media (max-width: 767px) {
    .gp-ltext, .gp-rtext {
        font-size: 36px;
    }
}

