.button-container {
    display: inline-block;
    width: 100%;
}

.button-container button {
    display: inline-block;
    margin-top: 10px;
    min-width: 50%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.fmm_purchase_btn {
    height: 120%;
}

.fmm_purchase_buttonname:hover {
    font-size: larger !important;
}

@media (min-width: 1024px) and (max-width: 1320px) {
    #content #form-purchasefromexternallink .panel {
        display: inline-block !important;
    }
}

@media screen and (min-width: 200px) and (max-width: 270px) {
    .fmm_purchase_btn {
        min-width: 90%;
        font-size: small;
    }
}

@media screen and (min-width: 270px) and (max-width: 450px) {
    .fmm_purchase_btn {
        min-width: 90%;
        font-size: large;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .fmm_purchase_btn {
        min-width: 90%;
        height: 100%;
        font-size: large;
    }
}