#my-inline{
    background-color: rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    color: #eee;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
}
#my-inline a{
    color: yellow;
    margin-bottom: 10px;
}
#my-inline p{
    font-size: 0.8em;
    color: #ccc;
}

#my-inline-image{
    background-color: rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    color: #eee;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
}

#my-inline-form-wrap{
    background-color: rgba(0,0,0,0.8);
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
#my-inline-form{
    background-color: #f2f2f2;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin: 10px;
}
#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;
}




#my-pause{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.my-ad-image{
    opacity: 0;
    transition: opacity 0.5s;
}



