.card-custom {
    overflow: hidden;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
    box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
}

.bg-green-gradient {
    background: -webkit-gradient(linear, left top, right top, from(#B8E2A3), to(#42A341));
    background: linear-gradient(to right, #42A341, #B8E2A3)
}

video  {
  width: 17em;
  height: 17em;
  /* border-radius: 150px; */
  background: rgba(0,0,0,0.2);
  -webkit-transform: scaleX(-1); /* To remove mirror effect while using front cam */
  transform: scaleX(-1);         /* To remove mirror effect while using front cam */
}

#selfieCanvas{
  width: 10em;
  height: 10em;
  border-radius: 150px;
  background: rgba(0,0,0,0.2);
}

#bottomright {
  position: relative;
  z-index: 99px;
}
