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


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

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

  .ctclig-main-image{

  
    max-height: 90%; 
    max-width: 100%;
    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;

  }