﻿.btn-fixed {
    width: 100%;
}

@media (min-width: 768px) {
    .btn-fixed {
        width: 170px;
    }
}
