.dl-img-table {
      width: 100%;
      border-collapse: collapse;
      border:none;
      margin-bottom: 200px;
      margin-top: 50px;
    }

    /* Style for table rows */
    .dl-img-tr {
      display: flex;
      flex-wrap: wrap;
       margin: 0 0 4em 0;
    }

    /* Style for table cells */
/*.dl-img-td {
     flex: 0 0 calc(17% - 9px);
  text-align: center;
  border: none;
}
#disney-generated-img h3,#disney-generated-img h4{
margin: 0 0 0 50px;
    font-size: 60px;
    font-weight: bold;
    color:#000 !important;
}


@media screen and (max-width: 768px) {
  .dl-img-td {
    flex: 0 0 calc(20% - 5px); 
  }
}

@media screen and (max-width: 480px) {
  .dl-img-td {
    flex: 0 0 calc(30% - 5px);
  }
}
*/
    /* Style for table cells */
.dl-img-td {
    flex: 0 0 339px;
    height: 486px;
    text-align: center;
    border: none;
}

#disney-generated-img h3,
#disney-generated-img h4 {
  margin: 0 0 0 50px;
  font-size: 60px;
  font-weight: bold;
  color: #000 !important;
}

/* Responsive adjustments */
/*@media screen and (max-width: 768px) {
  .dl-img-td {
    flex: 0 0 120px; 
    height: 120px;
  }
}

@media screen and (max-width: 480px) {
  .dl-img-td {
    flex: 0 0 90px; 
    height: 90px;
  }
}
*/

    /* Style for the images */
.dl-img-img {
      max-width: 100%;
      height: auto;
}
.dl-img-td{
    position: relative;
}
    .dl-img-td span {
      position: absolute;
      width: 60px; /* Adjust the width and height to your desired circle size */
      height: 60px;
      display: flex;
      justify-content: center; /* Center the text horizontally within the circle */
      align-items: center; /* Center the text vertically within the circle */
      bottom: 0%; /* Adjust the vertical position as needed */
      left: 50%; /* Adjust the horizontal position as needed */
      transform: translate(-50%, -50%); /* Center the circle both vertically and horizontally */
      text-align: center;
    }
    #dl-img-container{
    padding: 10px;
    min-height: 613px;
    width:2400px !important;
    position:relative;
    padding-bottom: 100px;
      white-space: nowrap; /* Prevent line breaks caused by inline-block */
            transform-origin: 0 0; /* Set the transform origin to the top-left corner */

}
#dl-img-container h3,#dl-img-container h4{
    margin: 0px 10px;
    color:#000;
}
#dl-img-container p{
    color: #fff;
    text-shadow: 0 0 0px #ffffff, 0 0 3px #000000;
    position: absolute;
    bottom: 25px;
    font-size:1.8em;
    margin:0;
}
  #imageContainer canvas{
          max-width: 100% !important;
    height: auto !important;
    }
  #disney-generated-img{
   /* clip-path: inset(0 100% 0 0);*/
    position: absolute;
         left: -9999999px; 
    }
 .ink-img{
    display: inline-block;
    margin-right: 5px;
}

/* Media query to hide the element on screens up to 767 pixels wide */
@media (max-width: 767px) {
    .mobile-hide {
        display: none;  /* Hide the element on smaller screens */
    }
}
.dl-img-logo{
    position:absolute;
    bottom:10px;
    right:20px;
    max-width: 350px;
}
