.mmlBtnContainer {
    z-index: 999;
    bottom: 0;
    right: 300px;
    left: auto;
    width: auto;
    position: fixed;
    text-align: center;
    margin: 0;
    margin-bottom: 7px;
}

.mmlBtn{
    background: #eeeeee;
    color: black !important;
    text-decoration: none !important;
    padding: 10px;
    font-weight: bold;
}

@media(max-width: 992px){
    .mmlBtnContainer {
	z-index: 1;
        left: 0;
        right: auto;
        width: 100%;
        margin-bottom: 0;
	position: relative;
	bottom: auto;
    }
    
    .mmlBtn{
        display: block;
        margin: auto;
        max-width: 100%;
    }
}