.mixxx .mix-row div{
    /*padding: 0;*/
}
.mixxx .mix-content,
.mixxx .mix-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    -webkit-transition: all 0.3s linear 0.3s;
    -moz-transition: all 0.3s linear 0.3s;
    -o-transition: all 0.3s linear 0.3s;
    transition: all 0.3s linear 0.3s;
}
.mix-body{
    position: relative;
}
.mixxx .mix-bg{
    z-index: 10;
    background: #000000;
    opacity: .4;
}
.mixxx .mix-content{
    z-index: 11;
}
.mixxx .mix-content h2{
    /*margin-top: 40%;*/
}
.mixxx .mix-content:hover + .mix-bg{
    opacity: 0;
}
.mix-controls{
    margin: 45px auto 25px auto;
}
.mix-controls li{
    position: relative;
}
.mix-controls .btn{
    background: none;
    border-radius: inherit;
    font-weight: 600;
    color: #ffffff;
}
.mix-controls .btn:active,
.mix-controls .btn:focus{
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.mix-controls .active .btn,
.mix-controls .btn:hover{
    color: #ca982f;
}