.ggt-banner {
    overflow: hidden;
    position: relative;
}
.ggt-banner::before {
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.6;
    position: absolute;
    right: 0;
    top: 0;
}
.ggt-banner:hover::before {
    opacity: 0;
}
.ggt-banner .ggt-image-overlay {
    bottom: 10px;
    height: 0px;
    opacity: 0;
    position: absolute;
    right: 0;
    width: 0px;
    left: 0;
    top: 0;
    margin: auto;
}
.ggt-banner:hover .ggt-image-overlay {
    bottom: 0;
    height: 100%;
    right: 0;
    opacity: .8;
    width: 100%;
}
.ggt-banner-name {
    position: absolute;
    left: 10%;
    bottom: 50px;
    overflow: hidden;
    z-index: 1;
    padding: 10px 0px;
    width: 80%;
    display: inline-block;
    height: 70%;
    margin: 0 auto;
    right: 10%;
}
.banner-title {
    position: absolute;
    bottom: 0;
    display: inline;
    max-width: 80%;
    z-index: 1;
}
.banner-title h3 {
    color: inherit;
}
.banner-subtitle {
    max-width: 80%;
    padding: 0px;
    position: absolute;
    left: 0px;
    top: 10px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 3px;
}
.ggt-banner-name::before {
    bottom: 0px;
    content: "\e90c";
    font-family: ggtctrl;
    height: 30px;
    right: 0px;
    line-height: 26px;
    position: absolute;
    text-align: center;
    width: 30px;
    z-index: -1;
    font-size: 22px;
    border: 2px solid;
}
.ggt-banner:hover .banner-title {
    bottom: -100%;
}
.ggt-banner:hover .banner-subtitle {
    top: -100px;
}
.ggt-banner-description {
    position: absolute;
    bottom: 30px;
    width: 60%;
    left: 40px;
    height: 80%;
    overflow: hidden;
    padding: 20px 20px;
    z-index: 1;
}
.ggt-banner-description span {
    opacity: 0;
    position: absolute;
    left: 0px;
    bottom: -30%;
}
.ggt-banner:hover .ggt-banner-description span {
    bottom: 0;
    opacity: 1;
}
.ggt-banner:hover .ggt-banner-name::before {
    font-size: 24px;
    width: 50px;
    height: 50px;
    line-height: 45px;
}
