  .image-gallery {
        overflow-x: auto; /* Enable horizontal scrolling */
        white-space: nowrap; /* Prevent line breaks */
        animation: fadeIn 1s ease-out; /* Apply the fade-in animation */
    }
    .image {
        display: block; /* Set images to display as block elements */
        width: 100%; /* Ensure images don't exceed container width */
        height: auto; /* Maintain aspect ratio */
       margin: 10px 0px;/* Add some spacing between images */
      
    }
    @keyframes fadeIn {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }

.DNNStandard ul {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0%);
}


img.pageicon{
  width: 280px !important;
}

.mycontent {
  margin-top: 150px !important;
}
