.box-pubblicita-app{
    max-width: 450px;
    margin:15px;
    right:-470px;
    box-sizing:border-box;
   border: 1px solid black;
    bottom: 40px;
    height: 175px;
    overflow: hidden;
    position: fixed;
    z-index: 1000;
    background: #ffffff;
    border-radius: 10px;
-webkit-box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.75);
box-shadow: 2px 4px 5px 0px rgba(0,0,0,0.75);
}

.box-pubblicita-app-galleria{
  position: absolute;
  min-width:100%;
  top:-175px;
  min-height: 175px;
  height:175px;
  width:100%;
}

.box-pubblicita-app-img{
  min-width:100%;
}

.box-pubblicita-app-close-btn {

  z-index:20000;
    max-width: 30px;
    padding:3px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 5px;
    top: 0px;
    z-index: 200001;    
}

.box-pubblicita-app-close-btn:hover {
  cursor:pointer;
}
/*.box-pubblicita-app-img{
  background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    min-height: 100%;
  width:100%;
  min-height: 100%;
}
*/

