.ui-image-view {
    overflow: hidden;
    box-sizing: border-box;
    /*width: 100%;*/
    /*height: 100%;*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}