#image-with-text{
    position: relative;
}
#image-with-text p{
    position: absolute;
    bottom: 0;
    margin: 10px;
    padding: 20px;
    background: #fff;
    color: #333;
}

#iframe-with-text p{
    background: #80859a;
    padding: 10px;
    color: #fff;
}

#my-form{
  background-color: #f2f2f2;
  padding: 20px;
  max-width: 500px;
}
            
  #my-form input[type=text], #my-form select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

#my-form input[type=submit] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

#my-form input[type=submit]:hover {
  background-color: #45a049;
}

#my-form div {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}


.mvp-popup-container{
    max-width: 80%;
}

.mvp-popup-img:hover{
    border:1px solid #ccc;
}
         