.normal {
    width: 100%;
    height: 100%;
    .btn{
        position: relative;
        top: e('calc(50% - 14px)');
        left: e('calc(50% - 37px)');
    }   
}