/* Slideshow container */
.gpsslide-container {
    max-width: 100%;
    position: relative;
    margin: 0;
    overflow: hidden;
    height: auto;
}

.textpanel {
    background-color: rgba(28, 23, 21, 0.7);
    width: 60%;
    padding: 20px;
    border-top: 5px solid #FF6200;
    position: absolute;
    left: 20%;
    top : 100%;
    height: 45%;
    text-align: center;
    display: block;
}

.textpanel .heading {
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    color: white;
    text-align: center;
    margin: 0.8rem;
    height: 30%;

}
.textpanel .description {
    font-size: 17px;
    line-height: 1.4;
    color: white;
    text-align: center;
    margin: 0.8rem;
    height: 30%;
}
.textpanel .ctabtn {
    border: 1px solid #FF6200;
    background: transparent;
    color: white;
    font-size: 17px;
    line-height: 1.4;
    padding: 0.8rem;
    margin: 0.5rem;
    height: 30%;
}