.group{
	margin-top: 0;
}
.group-wrap{
	overflow-x: hidden;
}
.arrow-r{
	display: flex;	
}
.group__element-img{
	width: 19.4vw;
}

/* POPUP CONTENT STYLES */
.popUp .container{
	overflow-y: auto;
}
section.case-content h2{
	font-size: 20px;
	font-weight: 600;
}
section.case-content h3{
	font-size: 16px;
}
.case-content--video{
	height: 45vh;
	width: 100%;
}
.group-wrap{
     transform: translatex(-10px);
     overflow-x: auto;
}
.group-wrap::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}
@-moz-document url-prefix() {
	.group-wrap{
		overflow-x: hidden;
	}
}
.group-wrap {
  -ms-overflow-style: none;
}
.group-wrap .group{	
    width: fit-content;
}
/* //quote in popup*/
.popUp .quote{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	font-size: 3rem;
}
.quote{font-size: 3rem;}
.popUp .quote-text{
	margin-bottom: 0;
}

/* Scrollbar */
.popUp .container::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.popUp .container::-webkit-scrollbar{
	width: 5px;
	background-color: #F5F5F5;
}

.popUp .container::-webkit-scrollbar-thumb{
	background-color: #00b1c4;	
	background-image: -webkit-linear-gradient(45deg,
	rgba(255, 255, 255, .2) 25%,
	transparent 25%,
	transparent 50%,
	rgba(255, 255, 255, .2) 50%,
	  rgba(255, 255, 255, .2) 75%,
	transparent 75%,
	transparent)
}

@media(max-width: 1666px){	
	.group__element-img{
		width: 18.9vw;
	}
}
@media (max-width: 450px) {
	.group__element-img{
    	width: 75.5vw;
	}
}
/* Custom screens */
@media (width: 1600px){
	.group__element-img{
		width: 19.2vw;
	}
}
@media(width: 1366px){
	.group__element-img{
		width: 19.1vw;
	}
}
@media(width: 1024px){
	.group__element-img{
		width: 19.1vw;
	}	
}
@media screen and (min-width: 768px) and (max-width: 800px){
	.group__element-img{
		width: 39vw;
	}	
}
.pl-15 {
	padding-left: 15px;
}