

/*FILESTART  /home/staging/public_html/wp-content/themes/twentytwenty/custom/css/examples.css */
@media screen{ .promo-carousel {
  /* border-bottom: 1px solid #eee; */
  padding-bottom: 0;
  overflow: hidden; }
  .promo-carousel .item-wrap {
    transform: translateX(0);
    width: 400%;
    position: relative;
    white-space: nowrap;
    display: flex; }

.colnite-item {
 
  text-align: center;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;padding:0px 5px; }
   
  

@media (min-width: 768px) {
  .promo-carousel .item-wrap {
    width: 200%; } }
 }