.brightcove_play_button {
cursor: pointer;
display: inline-block;
position: relative;
}
.brightcove_play_button:hover {
opacity: .7;
}
.brightcove_play_button::before {
background-color: rgba(0, 0, 0, .45);
bottom: 0;
border-radius: 50%;
content: '';
display: block;
height: 96px;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
width: 96px;
}
.brightcove_play_button::after {
bottom: 0;
border-top: 14px solid transparent;
border-bottom: 14px solid transparent;
border-left: 20px solid #fff;
content: '';
display: block;
height: 0;
left: 10px;
margin: auto;
position: absolute;
right: 0;
top: 0;
width: 0;
}
@media only screen and (max-width: 767px) {
.brightcove_play_button {
width: 100%;
height: 150px;
margin-bottom: 10px;
cursor: pointer;
}
.brightcove_play_button.brightcove_play_button_ho {
height: auto;
}
.brightcove_play_button::before {
height: 64px;
width: 64px;
}
.brightcove_play_button::after {
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 14px solid #fff;
left: 6px;
}
.brightcove_play_button img {
display: block;
height: 100%;
margin: 0 auto;
width: auto;
}
}
.bc_cover {
text-align: center;
}
.bc_caption {
display: inline-block;
font-size: 10px;
margin-top: 20px;
}
@media only screen and (max-width: 767px) {
.bc_caption {
display: inline-block;
font-size: 14px;
margin-top: 15px;
}
}

#cboxMiddleLeft,
#cboxMiddleRight {
display: none;
}
#cboxWrapper > div:nth-child(2),
#cboxContent,
#cboxLoadedContent {
height: inherit !important;
width: inherit !important;
}
#cboxWrapper > div:nth-child(1) {
    display: none;
}
