/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

/**
 * 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 */
  }

  .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;
    max-height: 100%; 
    max-width: 100%;
    margin-left:auto;
    margin-right:auto;
    display:block;

  }
 