.overlay {
    position: absolute;
    top: 85px;
    left: 0;
    width: 100%;
    height: 25%;
    background-color: white; 
    z-index: 9999; 
}

.frame1{
  width:100%; 
  height:30vh;
  border:none;

}


@media screen and (max-width: 432px) {

  .frame1{
  width:100%;
  height:30vh; 
  border:none;

}


  .overlay {
    display:none;
}

}