﻿.gogosys-giftcard-top {
    position: relative;
}

    .gogosys-giftcard-top div {
        background: #af1e1e;
    }

.gogosys-gc {
    background: url(/Content/images/useGiftcard.jpg);
    background-size: cover;
    background-position: bottom;
}

.gogosys-giftcard-top p {
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
    margin: 0;
    color: white;
    font-size: 3rem !important;
    font-weight: bold;
    line-height: 1;
}

.gogosys-giftcard-bottom h4 {
    font-size: 2em !important;
}

.gogosys-giftcard-bottom p {
    font-size: 1.5em !important;
}

.gogosys-giftcard-bottom .more a {
    background-color: #cb9f6b;
    border-radius: 5px;
    display: block;
    font-size: 22px;
    color: white;
    padding: 0;
}

    .gogosys-giftcard-bottom .more a:hover {
        text-decoration: none;
    }

@media screen and (min-width: 695px) and (max-width: 991px) {
    .gogosys-giftcard-top p {
        font-size: 135px;
        right: 16%;
    }
}

@media screen and (max-width: 694.98px) {
    .gogosys-giftcard-top p {
        font-size: 90px;
        right: 10%;
    }
}
