
.flip-card-inner {
  border-radius: 25px !important;
}

.flip-card-front, .flip-card-back {
  border-radius: 25px !important;
}

.flip-card-back video {
  border-radius: 25px !important;
}

.halfClickable {
  border-radius: 25px !important;
}

.oneThirdClickable {
  border-radius: 25px !important;
}

.vjs-has-started .vjs-control-bar {
  border-radius: 25px !important;
}

.video-js.vjs-16-9 {
  border-radius: 25px !important;
}

.image-resp > img {
  border-radius: 25px !important;
}


.video-js .vjs-tech {
  border-radius: 25px !important;
}


.border-radius-top{
    border-radius: 25px 25px 0 0 !important;
}

.border-radius-bottom{
    border-radius:  0 0 25px 25px !important;
}

.upper-border-radius{
    border-radius: 25px 25px 0 0 !important;
}

.all-sides-radius{
    border-radius: 25px !important;
}
