.uc-bloggg {
  position: relative;
  z-index: 999; /* Установите нужное значение */
}



   .text-animation {
    overflow: hidden;
    height: 230px;
    }
    
    @media screen and (max-width: 480px) {
    .text-animation {
    overflow: hidden;
    height: 55px;
    }
    }
</style>
