/* Global assets CSS file */
/* This file contains global styles for the portfolio */

/* Vegas Slider Styles */
.o-layout__slider-container {
  position: relative;
  width: 100%;
  height: 400px; /* Adjust height as needed */
  overflow: hidden;
}

.o-layout__slider {
  width: 100%;
  height: 100%;
}

.c-vegas-slider__container {
  width: 100%;
  height: 100%;
}

.c-vegas-slider {
  width: 100%;
  height: 100%;
  position: relative;
}

/* Ensure the slider is visible */
.c-vegas-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
