div#sampler{

    width: 200px;
    height:50px;

    background-image: url(art/button_plain.svg);
    position: absolute;

    top: 20%;
    right: 20%;

    background-size: contain;
    background-repeat: no-repeat;

}
