.remodal {
  max-width: 90%;
  background: transparent !important;
}

@media only screen and (max-width: 600px) {
  .remodal {
    padding: 2px;
  }
  .remodal-close {
    top: -31px;
    left:-9px;
  }

}
.remodal, .remodal-wrapper, video {
  
  max-height: 100vh;
}

/* close btn styles */
.remodal-close:before{
  left:10px;
}

.remodal-close:before{
  color: white;
  font-size: 67px;
}
.remodal-close{
  transition: opacity 0.3s linear;
  opacity: 0.7;
}
.remodal-close:hover{
  opacity: 1;
}

.btn_show_modal{
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 67px;
  z-index:999;
  color: #ffffff;
  display: flex;
  justify-content: center;
  display: none;
}

.my-video-dimensions{
	width: 100%;
	height: 500px;
}

.df-ui-custom-button1{
  width:max-content;
}


section.linkAnnotation a, a.linkAnnotation, .buttonWidgetAnnotation a, a.customLinkAnnotation, .customHtmlAnnotation, .customVideoAnnotation, a.df-autolink {
	background-color: transparent;

}
