/*
 Theme Name:   Fixora Child
 Theme URI:    https://reactheme.com/products/wordpress/fixora
 Description:  Fixora Child
 Author:       Themewant
 Author URI:   http://themewant.com
 Template:     fixora
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */

    #scroll-gallery {
      overflow-x: hidden;
    }

    #scroll-gallery .wrapper {
      display: flex;
      will-change: transform;
    }

    #scroll-gallery li {
      flex-shrink: 0;
      width: clamp(300px, 60vw, 600px);
      padding-right: 1rem;
      list-style: none;
    }

    #scroll-gallery img {
      width: 100%;
      height: auto;
      display: block;
      background: #f0f0f0;
      border-radius: 10px;
    }