﻿.gogosys-giftcard {
    text-align: center;
}

.gogosys-giftcard-top {
    border: 1px solid #CCC;
    border-radius: 5px 5px 0px 0px;
    min-height: 140px;
    padding: 8px;
    position: relative;
}

    .gogosys-giftcard-top img {
        width: 100%;
    }

    .gogosys-giftcard-top p {
        position: absolute;
        bottom: 0;
        right: 18%;
        color: white;
        font-size: 40px;
        font-weight: bold;
        margin: 0 0 10px;
        line-height: 1;
    }

.gogosys-giftcard-bottom {
    border: 1px solid #CCC;
    border-radius: 0px 0px 5px 5px;
    margin: 0px 0px 20px 0px;
    padding: 15px;
}

    .gogosys-giftcard-bottom p {
        font-size: 25px;
    }

    .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%;
    }
}