HEX
Server: Apache/2.4.41
System: Linux mainweb 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC 2024 x86_64
User: nationalmedicaregrp (1119)
PHP: 8.3.7
Disabled: exec,passthru,shell_exec,system,popen,proc_open,pcntl_exec
Upload Files
File: /home/demo/public_html/leakdetection/assets/scss/elements/_carousel-laptop.scss
.ld-carousel-laptop {
	text-align: center;
	
	.ld-carousel-laptop-inner {
		position: relative;
		display: inline-block;
	}
	.mockup-content-container {
		position: absolute;
		top: 7.3%;
		left: 10.8%;
		bottom: 11.3%;
		right: 10.4%;	
		z-index: 2;
	}
	.carousel-container,
	.carousel-items,
	.mockup-content-inner {
		width: 100%;
		height: 100%;
	}
	.flickity-viewport {
		height: 100% !important;
	}
	.carousel-items {
		margin: 0;
	}
	.carousel-item {
		padding: 0;
	}
	img {
		width: 100%;
	}
	.flickity-prev-next-button {
		
		&.previous {
			left: 6%;
		}
		&.next {
			right: 6%;
		}
	}
}