.audio-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;
}

.audio-wrapper img{
	max-width: 70%;
	height: auto;
	max-height: 70%;

}

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