.video-icon-large .video-icon {
  width: 75px;
  height: 75px;
  font-size: 26px;
  color: #e1251b;
}

.video-icon-box .video-icon {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}
.bg-white {
  background-color: #fff !important;
}