.ytpwrel-wrapper {
display: inline-block;
position: relative;
background: #000;
}
.ytpwrel-wrapper iframe {
display: block;
margin: 0 !important;
padding: 0 !important;
width: 700px;
height: 388px;
}
.ytpwrel-wrapper.show-overlay::after {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
cursor: pointer;
background-color: #000;
background-repeat: no-repeat;
background-position: center;
background-size: 64px 64px;
background-image: url("data:image/svg+xml,%3Csvg height='14' width='13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.5 0v14l11-7-11-7z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");
}