#propuesta .container-video-boton{
  position: relative;
}

#propuesta .container-video-boton img{
  width: 36px;
  height: 36px;
  cursor: pointer;
}


#propuesta .popup-video iframe{
  position: absolute;
  width: 30vw;
  height: 35vh;
  display: none;
}



#propuesta .tooltip-custom {
  display: none;
  position: absolute;
  background-color: #FFFFDD;
  border: 1px solid #00796b;
  padding: 10px;
  border-radius: 5px;
  color: #0d0e0d;
  font-size: 12px;
  width: 200px;
  z-index: 10;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

#propuesta .tooltip-right{
  top: 20%;
  left: 100%;
  transform: translateY(-50%);
  margin-left: 10px;
}




@media (max-width: 980px) {
  .popup-video .video {
      top: 120% !important;
      width: 50vw !important;
  }
}


@media (max-width: 767px) {
  .popup-video .video {
    position: initial !important;
    z-index: 1;
    width: 90vw !important;
    margin: 0 !important;
    top: 0% !important;
    left: 0% !important;
  }
}