
:root {
	--breakpoint-xxl: 1920px;
	--breakpoint-xl: 1440px;
	--breakpoint-lg: 1280px;
	--breakpoint-md-l: 1120px;
	--breakpoint-md: 1024px;
	--breakpoint-md-s: 992px;
	--breakpoint-sm: 768px;
	--breakpoint-xsm: 596px;
	--breakpoint-xs: 512px;
	--breakpoint-xxs: 390px;
}

/* stylelint-disable max-line-length */
:root {
	--breakpoint-xxl: 1920px;
	--breakpoint-xl: 1440px;
	--breakpoint-lg: 1280px;
	--breakpoint-md-l: 1120px;
	--breakpoint-md: 1024px;
	--breakpoint-md-s: 992px;
	--breakpoint-sm: 768px;
	--breakpoint-xsm: 596px;
	--breakpoint-xs: 512px;
	--breakpoint-xxs: 390px;
}

.vaccines-video-popup-link {
	display: flex;
	width: 100px;
	height: 100px;
	background-image: url("https://cdn-ildlope.nitrocdn.com/yzPbOCWkJviUHXmdOEZOpBHENbdSEIMZ/assets/images/optimized/rev-948a33d/www.vaccineseurope.eu/wp-content/themes/vaccines-europe/public/img/play-btn.svg");
	background-size: cover;
	background-position: center;
	transition: all .3s ease-in-out;
	border: 0;
	padding: 0;
	background-color: transparent;
	cursor: pointer;
}

.vaccines-video-popup-link.nitro-lazy {
	background-image: none !important;
}

.vaccines-video-popup-link:hover {
	transform: scale(1.02);
	opacity: .85;
}

@media (max-width: 1024px) {
	.vaccines-video-popup-link {
		width: 80px;
		height: 80px;
	}
}
