#cboxLoadedContent img {
  /*margin: 0!important;*/
  /*width: 100% !important;*/
  /*height: calc(100% - 28px)!important;*/
  /*position: absolute;*/
  /*object-fit: cover;*/
  object-fit: contain; /*change by Asako 2020.04.24*/
}
#cboxLoadedContent {
    background-color: black;
}
#cboxNext{
  top:50%;
  left: calc(100% - 30px);
  background: url("http://pearldrumsdev.prod.acquia-sites.com/sites/default/files/2020-03/arrow-right.png");
  background-size: contain;
  background-repeat: no-repeat;
}
#cboxPrevious{
  top:50%;
  left:5px;
  background: url("http://pearldrumsdev.prod.acquia-sites.com/sites/default/files/2020-03/arrow-left.png");
  background-size: contain;
  background-repeat: no-repeat;
}
#cboxPrevious:hover {
     background-position: inherit; 
}
#cboxNext:hover {
     background-position: inherit; 
}

img.object-fit-cover{
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
img.cboxPhoto{
  object-fit: contain;
  font-family: 'object-fit: contain;'

}