.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

label[for=gallery],label[for=background],label[for=thumbnail],label[for=trailer] {
    color: #58a374;
    display: inline-block;
    border: 1px solid #58a374;
    border-radius: 5px;
    padding: 5px;
}
label[for=gallery]:hover,label[for=background]:hover ,label[for=thumbnail]:hover,label[for=trailer]:hover{
    color: #ffffff;
    background-color: #3d7b56;
}
label[for=gallery],label[for=background],label[for=thumbnail],label[for=trailer]{
    cursor: pointer; /* "hand" cursor */
}
