/* video */
.wsgdprvideo_img {
    position:relative;
    display:table;
	margin: 0 auto
}
.wsgdprvideo_img  .play_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    margin-left: -35px;
    margin-top: -35px;
    border-radius: 70px;
    font-size: 30px;
    color: #999;
    line-height: 70px;
    padding-left: 5px;
    text-align: center;
    cursor: pointer;
    transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
}
.wsgdprvideo_img:hover  .play_icon {
    box-shadow: none;
    opacity:0.7
}

/**/
/*  accept youtube */
.accept-youtube {
  background-color: #fff;
  color: #2f7ae3;
  text-align: center;
  padding: 15px 20px;
  box-sizing: border-box;
  border: 1px solid #2f7ae3;
  line-height: 1.2;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction:         column;
  -webkit-justify-content: center;
  justify-content:         center;
}
.accept-youtube.accept-img {
  position: absolute;
  top:0;
  left:0;
  right: 0;
  bottom: auto;
  min-height: 100%
}
.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;
}
.wsgdprvideo_img .wsgdprvideo_acception {
  cursor: pointer;
  max-width: max-content;
  margin: 0 auto;
}
.privacy_policy {
  color:#212529
}

.wsgdprvideo_acception.ws-default-btn {
    color: #fff;
    background-color:#000;
    border-radius: 5px;
    padding: 8px 20px;
    text-align:center;
    font-size: 15px;
    line-height:1;
    border:1px solid #000;
    transition: background-color .5s;
}
.wsgdprvideo_acception.ws-default-btn:hover, .wsgdprvideo_acception.ws-default-btn:focus {
    color: #000;
    background-color:#fff;
}
/**/

.wsgdprvideo-container{
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
    margin: 0 0 30px
}
.wsgdprvideo-container iframe, .wsgdprvideo-container object, .wsgdprvideo-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.wsgdprvideo-container-mobile{
    float:none;
    width:100%;
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
    margin: 0 0 30px
}
.wsgdprvideo-container-mobile iframe, .wsgdprvideo-container-mobile object, .wsgdprvideo-container-mobile embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.wsgdprvideo-info {
    margin:30px 0 50px
}
.wsgdprvideo-info .subtitle {
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #8f9498;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
    text-align:center
}
.wsgdprvideo-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) {
  .wsgdprvideo_img {width:100%}
}  
