.record{
    width: 27px;
    height: 28px;
    background: url(/img/recording.png) center no-repeat;
    background-size: cover;
    margin-left: 10px;
    cursor: pointer;
    margin-top: -5px;
    border: 2px solid transparent;
    border-radius: 100px;
    transition: 600ms all;
    color: transparent;
    padding-top: 3px;
}

.recording .record{
    background-size: 20px;
    border: 2px solid red;
    width: auto;
    background-position: 8px;
    padding-left: 30px;
    padding-right: 10px;
    color: black;
}

.recorder{
    position: fixed;
    top: -100%;
    width: 100%;
    border-bottom: 2px solid #e4db6c;
    padding: 20px;
    font-size: 120%;
    background: #fcf379;
    height: 150px;
    z-index: 2000;
    text-align: center;
}