.amg-beforeafter-container {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .amg-beforeafter-container {
        margin-bottom: 40px;
    }
}

.amg-elementor-beforeafter-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.amg-beforeafter-container figure {
	margin: 0;
}

.amg-beforeafter-container figure {
	padding-bottom: 61.6%;
}
.amg-beforeafter-container .twentytwenty-wrapper figure {
	padding-bottom: 0;
}

.sr-only,
.amg-beforeafter-container .before-after-caption.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.amg-beforeafter-container img.twentytwenty-before,
.amg-beforeafter-container img.twentytwenty-after {
	margin: 0;
}

/* expand undersize images anyway */
.amg-beforeafter-container .twentytwenty-wrapper figure.twentytwenty-loaded img.twentytwenty-before,
.amg-beforeafter-container .twentytwenty-wrapper figure.twentytwenty-loaded img.twentytwenty-after {
	width: 100% !important;
	height: 100% !important;
    object-fit: cover; /* keep proportions */
}

.amg-beforeafter-container .before-after-caption.elementor-heading-title {
    padding: 0;
    font-weight: 500;
    font-size: 27px;
	color: var( --e-global-color-primary );
	line-height: 1.16;
	
	display: inline-block;
	margin: 20px 0 0 0;
}

.amg-beforeafter-container .before-after-caption.elementor-heading-title:after {
    content: "";
    width: 100%;
    height: 2.7px;
	margin-top: 3px;
    background: var(--e-global-color-secondary);
    display: block;
	letter-spacing: normal;
}

.amg-beforeafter-container .twentytwenty-before-label:before, 
.amg-beforeafter-container .twentytwenty-after-label:before,

.amg-beforeafter-container .twentytwenty-horizontal .twentytwenty-before-label:before, 
.amg-beforeafter-container .twentytwenty-horizontal .twentytwenty-after-label:before {
    /* --e-global-color-primary / #006A71 */
	background: rgba(0, 106, 113, 0.5);
	top: 0;
	margin: 0;
	border-radius: 0;
}
.amg-beforeafter-container .twentytwenty-before-label:before,
.amg-beforeafter-container .twentytwenty-horizontal .twentytwenty-before-label:before {
    left: 0;
	border-bottom-right-radius: 10px;
}
.amg-beforeafter-container .twentytwenty-after-label:before,
.amg-beforeafter-container .twentytwenty-horizontal .twentytwenty-after-label:before {
    right: 0;
	border-bottom-left-radius: 10px;
}

.amg-beforeafter-container .twentytwenty-handle {
    height: 96px;
    width: 96px;
    margin-left: -51px;
    margin-top: -51px;
    border: 4px solid white;
	background: rgba(255, 255, 255, 0.15);
	-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.15);
    -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.15);
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.15);
}
.amg-beforeafter-container .twentytwenty-horizontal .twentytwenty-handle:before,
.amg-beforeafter-container .twentytwenty-horizontal .twentytwenty-handle:after {
	-webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.15);
    -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.15);
    box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.15);
}
.amg-beforeafter-container .twentytwenty-horizontal .twentytwenty-handle:before {
    margin-bottom: 51px;
}
.amg-beforeafter-container .twentytwenty-horizontal .twentytwenty-handle:after {
    margin-top: 51px;
}

.amg-beforeafter-container .twentytwenty-left-arrow,
.amg-beforeafter-container .twentytwenty-right-arrow {
	background-size: contain;
    background-repeat: no-repeat;
    border: 0;
    width: 19px;
    height: 34px;
	margin-top: -14px;
}
.amg-beforeafter-container .twentytwenty-left-arrow {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 80'%3E%3Cpath fill='%23fff' d='M40.33 0c1.19 0 2.39.45 3.3 1.36a4.594 4.594 0 0 1 0 6.55L11.27 40l32.36 32.09a4.594 4.594 0 0 1 0 6.55 4.7 4.7 0 0 1-6.61 0L1.37 43.28a4.594 4.594 0 0 1 0-6.55L37.03 1.36C37.94.45 39.14 0 40.33 0'/%3E%3C/svg%3E");
	margin-left: -35px;
}
.amg-beforeafter-container .twentytwenty-right-arrow {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 80'%3E%3Cpath fill='%23fff' d='M4.67 80c-1.19 0-2.39-.45-3.3-1.36a4.594 4.594 0 0 1 0-6.55L33.73 40 1.37 7.91a4.594 4.594 0 0 1 0-6.55 4.69 4.69 0 0 1 6.6 0l35.66 35.37a4.594 4.594 0 0 1 0 6.55L7.97 78.64c-.91.91-2.11 1.36-3.3 1.36'/%3E%3C/svg%3E");
	margin-right: -35px;
}