/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-create-block-webcam-gallery {
}

/* Hide scrollbar for Chrome, Safari and Opera */
.ctclig-image-list::-webkit-scrollbar {
    display: none;
  }

  /* Hide scrollbar for IE, Edge and Firefox */
  .ctclig-image-list {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    overflow-x: auto;
    overflow-y: hidden;
  }

  .ctclig-main-image{

    background: url('') center center / contain no-repeat rgb(255, 255, 255,0.5);
  
    margin-left:auto;
    margin-right:auto;
    display: block;
   margin-bottom:2px;
  }

  .ctclig-image-list{
    margin-bottom:2px;
   
    margin-left:auto;
    margin-right:auto;
    display:block;
    overflow:auto;

  }
  .webcam-gallery-cont{
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }