.position {
    position: relative;
    width: 0 auto;
    height: 0 auto;
    margin: 0 auto;
    border: 0;
    left: 0;
    top: 48px;
    background-color: #ffffff;
    text-align: center;
}
 
.position .center_img {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     margin: auto;
     width:0px;
     height:0px;
}
