ons-page.image img{
  width: 100%;
}

ons-page.image .page__content{
  background-color: #000 !important;
}

image-wizard div.close{
  position: absolute;
  left: 15px;
  top: 15px;
  -webkit-text-stroke : #fff 2px;
  color:#000000; 
} 

.image-wrapper {
  position: relative;
  width: 100%;
  min-height: 200px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
}

.image-wrapper img{
  width: 100%;
  height: auto;
}

.cordova-camera-select {
    position: absolute;
    z-index: 2147483647;
    width: 200px;
    background: white;
    /* bottom: 0; */
    text-align: center;
    /* left: -50%; */
    /* right: 50%; */
}

.image-bottom{
  background-color: #fff;
  /*width:100%;
  text-align:center;
  padding: 20px;
  background-color: #000;
  position: fixed;
  bottom: 0px;
  opacity: .8;*/
}