/* popup */
.wsdsgvovideo-overlay {
	top:0;
	left:0;
	height: 100vh;
	width: 100vw;
	position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
	z-index: 99999999;
	background-color: rgba(0,0,0,0.4);
}
.wsdsgvovideo-popup {
	height: auto;	
	width: 600px;
	max-width:90%;
	position:relative;
	box-shadow: 0 0 20px rgb(0 0 0 / 40%);
}
.wsdsgvovideo-popup.wsdsgvovideo-fullscreenmode {
	width: 100vw;
	max-width: 100vw;
	height: 100vh
}
/*
.wsdsgvovideo-popup.wsdsgvovideo-fullscreenmode .wsdsgvovideo-description-wrap {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
*/
.wsdsgvovideo-popup iframe {
	width:100%;
	display: block
}
.wsdsgvovideooverlay-close {
	position: absolute;
    top: 8px;
    right: 10px;
    cursor: pointer;
    padding: 5px;
    line-height: 1;
	z-index: 1;
}
.wsdsgvovideooverlay-close.wsdsgvovideooverlay-close-top {
    top: 45px;
    right: 55px;
}
@media (min-width:992px) {
	.wsdsgvovideooverlay-close.wsdsgvovideooverlay-close-top {
		top: 45px;
		right: 55px;
	}
	.wsdsgvovideooverlay-close.wsdsgvovideooverlay-close-top svg {
		width:61px;
		height:61px
	}
}
@media (max-width:991px) {
	.wsdsgvovideooverlay-close.wsdsgvovideooverlay-close-top {
		top: 45px;
		right: 15px;
	}
	.wsdsgvovideooverlay-close.wsdsgvovideooverlay-close-top svg {
		width:30px;
		height:30px
	}
}
.wsdsgvovideo-title {
	padding: 15px 45px 15px 15px;
	line-height: 1.2;
}
.wsdsgvovideo-description {
	padding: 5px 15px 15px;
	line-height: 1.2;
}
/* video */
.wsdsgvovideo_img {
    position:relative;
    display:table;
	margin: 0 auto;
	cursor: pointer;
}
.wsdsgvovideo_img > img {
	display: block;
    width: 100%;
    object-fit: cover;	
	position: relative;
	max-width:100%;
	height:auto;
	margin-top:0;
	margin-bottom:0
}
.wsdsgvovideo_img  .play_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    margin-left: -35px;
    margin-top: -35px;
    border-radius: 70px;
    font-size: 30px;
	font-family: sans-serif;
    color: #999;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}	
.wsdsgvovideo_img  .play_icon svg {
	width: 100%;
	height:auto;
	display:block;
	border-radius: 50%;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
	transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
}
.wsdsgvovideo_img:hover  .play_icon svg {
    box-shadow: none;
    opacity:0.8
}

/**/
/*  accept youtube */
.accept-youtube {
  background-color: rgba(255,255,255,0.3)!important;
  color: #2f7ae3;
  backdrop-filter: blur(5px);
  text-align: center;
  padding: 15px 20px;
  box-sizing: border-box;
  line-height: 1.2;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction:         column;
  -webkit-justify-content: center;
  justify-content:         center;
  align-items: center;
}
.accept-youtube.accept-img {
  position: absolute;
  top:0;
  left:0;
  right: 0;
  bottom: auto;
  min-height: 100%
}
.accept-video-txt {
	padding: 10px;
	background-color:#fff;
	margin-bottom: 15px;
	max-width: 90%;
}

.accept-youtube a.privacy_policy {
    text-decoration: underline;
    letter-spacing: 0!important;
/*    font-size: initial!important;*/
    text-transform: initial!important;
}
.accept-youtube.accept-popup {
  width: 100%;
  height: 100%;
  position: absolute;
  border: none;
}
.wsdsgvovideo_acception {
  cursor: pointer;
  max-width: max-content;
  margin: 0 auto;
}
.privacy_policy {
  color:#212529
}

.wsdsgvovideo_acception.ws-default-btn {
    color: #fff;
    background-color:#000;
    border-radius: 5px;
    padding: 10px 20px;
    text-align:center;
    font-size: inherit;
    line-height:1;
    border:1px solid #000;
    transition: background-color .5s;
	cursor:pointer
}
.wsdsgvovideo_acception.ws-default-btn:hover, .wsdsgvovideo_acception.ws-default-btn:focus {
    color: #000;
    background-color:#fff;
}
/* popup accept */
.ws-popup-accept-container {
	position:absolute;
	top:0;left:0;right:0;bottom:0;
	display: flex;
	flex-direction:column;
	align-items: center;
	justify-content: center;
}
/**/

.wsdsgvovideo-container{
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
    margin: 0 0 30px
}
.wsdsgvovideo-container iframe, .wsdsgvovideo-container object, .wsdsgvovideo-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.wsdsgvovideo-container-mobile{
    float:none;
    width:100%;
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
    margin: 0 0 30px
}
.wsdsgvovideo-container-mobile iframe, .wsdsgvovideo-container-mobile object, .wsdsgvovideo-container-mobile embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.wsdsgvovideo-info {
    margin:30px 0 50px
}
.wsdsgvovideo-info .subtitle {
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #8f9498;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
    text-align:center
}
.wsdsgvovideo-info h3 {
    color: #182435;
    font-size: 32px;
    line-height: 1.5;
    margin: 0 0 10px;
    text-align: center;
    letter-spacing: 0;
    text-transform: initial;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}
/**/
@media (max-width: 767px) {
	.accept-youtube {
		padding: 15px;
	}
	.wsdsgvovideo_img {width:100%}
	.wsdsgvovideo_img .play_icon {
		width: 50px;
		height: 50px;
		margin-left: -25px;
		margin-top: -25px;
		font-size: 20px;
		color: #999;
		line-height: 40px;
    }
}  
