#hero_row
{
  height: 75vh;
}
#hero_sec
{
  /* background-image : url("hero_bkg_2025.jpg"); */
  background-image: url("/static/website/img/hero_bkg_2025.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: bottom; */
  /* background-size: cover; */ /* Only for md size add in mediaquery*/
}
#serv_img 
{
  width: 40vw;
 /* border-radius: 5rem 5rem 12rem 5rem;*/
}
.bg-dental-primary
{
  background: #dbeffa;
}
.bg-dental-secondary
{
  background: #226597
}
.dentist-img
{
  max-height: 12rem;
  border-radius: .1rem .1rem 0rem 5rem;
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) 
{
    #serv_img 
    {
      width: 50vw;
     /* border-radius: 5rem 5rem 12rem 5rem;*/
    }
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) 
{
    #hero_sec
    {
      background-size: auto;
      /* background-position: bottom; */
      /* background-size: cover; */ /* Only for md size add in mediaquery*/
    }
  #hero_row
  {
      height: 90vh;
  }
}