#houston-giftcards .bg-img{
    height: 100%;
    background-size: cover;
    background-position: center center;
    margin-bottom: 30px;
}

#houston-giftcards { 
    display: block; 
}

#houston-giftcards .gc{
    width: 100%;
    padding: 20px
}

#houston-giftcards .gc-title {
    text-align: center;
    padding: 20px 0;
    margin-top: 25px;

}

#houston-giftcards .bold {
    font-family: 'BebasNeueBold';
    color: #fff;
    font-size: 4.25rem;
    line-height: 3.25rem;
}

#houston-giftcards .small {
    font-family: 'BebasNeueBold';
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-top: 10px;
}

#houston-giftcards .script {
     font-family: 'ThirstyRoughRegTwo';
     color: #cdb73e;
     font-size: 4.5rem;
     line-height: 4.75rem;
     transform: rotate(-2deg);
}

#houston-giftcards .gc-title .lock-up-logo{
    width: 30%;
}

#houston-giftcards .gc-img {
    width: 40%;
}

#houston-giftcards .gc-outer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width:1200px) {
    #houston-giftcards .bold {
        font-size: 4rem;
    }
    
    #houston-giftcards .script {
        font-size: 4.25rem;
        line-height: 4.5rem;
    }
    
    #houston-giftcards .bold {
        font-size: 3.75rem;
    }
}

@media screen and (max-width:992px) {
    #houston-giftcards .script {
        font-size: 4.25rem;
        line-height: 4.5rem;
    }
    
    #houston-giftcards .bold {
        font-size: 3.5rem;
    }
}

@media screen and (max-width:767px) {
    #houston-giftcards .bold {
        font-size: 3rem;
        line-height: 2.25rem;
    }
    
    #houston-giftcards .script {
        font-size: 3.5rem;
        line-height: 3.75rem;
    }
}

@media screen and (max-width:600px) {
    #houston-giftcards .gc-outer {
        flex-direction: column;
    }
    
    #houston-giftcards .gc-img {
        width: 100%;
    }
    
    #houston-giftcards .gc-title {
        margin-top: -25px;
    }
}

@media screen and (max-width:350px) {
    #houston-giftcards .script {
        font-size: 3rem;
        line-height: 3.25rem;
    }
    
    #houston-giftcards .bold {
        font-size: 3rem;
        line-height: 2.75rem;
    }
}