html, body {
  position: relative;
  padding: 0;
  overflow: hidden;
  margin: 0;
}
.ba-img-container {
  overflow: hidden;
}

.btn-control {
    text-align: center;
}

.title {
    font-weight: bold;
    margin-bottom: 0;
}

.btn-copy {
    background-color: #ffcc00;
    color: white;
    width: 140px;
}

.ComparisonSlider {
    margin: 0 auto;
}
.ComparisonSlider__Handle {
    z-index: 3;
    width: 60px;
    height: 60px;
    border: 0;
    box-shadow: none;
    filter: drop-shadow( 0 0 12px rgba( 51, 51, 51, 0.5 ) );
    background-image: url( "../img/arrow.png" );
}

.ComparisonSlider__Handle::before,
.ComparisonSlider__Handle::after {
    height:100vh;
}

.ComparisonSlider_b::before,
.ComparisonSlider_a::before {
    position: absolute;
    color: #fff;
    font-size: 25px;
    text-align: center;
    pointer-events: none;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 145px;
    height: 50px;
    border-radius: 5px;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.3);

}

.ComparisonSlider_b:before {
    content: "Before";
    left: 10px;
}

.ComparisonSlider_a:before {
    content: "After";
    right: 10px;
}

@media (max-width: 850px) {
    .ComparisonSlider_b::before,
    .ComparisonSlider_a::before {
        width: 88px;
        height: 25px;
        font-size: 15px;
        top: 10px;
    }

    .ComparisonSlider_b:before {
        left: 10px;
    }

    .ComparisonSlider_a:before {
        right: 10px;
    }

    .ComparisonSlider__Handle {
        width: 30px;
        height: 30px;
    }
    .ComparisonSlider__Handle::after {
        margin-top: 15px;
    }
    .ComparisonSlider__Handle::before {
        margin-bottom: 15px;
    }

    .img_logo {
        width: 88px;
        cursor: pointer;
    }
	.logo_slider {
		font-size: 15px;
	}    
}

.btn-select-width {
    font-size:20px;
    font-weight: bold;
    text-align: center;
    width: 70px;
    border: 1px solid #7c7c7c;
    color: #2a2a2a;
    background-color:#e9ecef;
    border-radius: 2px;
    margin-right: 10px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

.custom {
    font-size:20px;
    font-weight: bold;
    text-align: center;
    width: 100px;
    border: 1px solid #7c7c7c;
    color: #2a2a2a;
    background-color:#e9ecef;
    border-radius: 2px;
    margin-right: 10px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

@media (max-width: 769px) {
    .custom {
        margin-top: 5px;
    }
}

.hide {
    display: none;
}

.active {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(39,128,227,0.25);
}

.url-field {
    border: 1px solid #a9a9a9;
    max-width: 100%;
    width: 98%;
    resize: both;
    overflow: auto;
    padding: 0.375rem 0.75rem;
    font-size: 0.9375rem;
    color: #495057;
    background-color: #e9ecef;
    margin: 0 5px 0 5px;
}

.logo_slider {
    position: absolute;
    z-index: 2001;
    right: 13px;
    bottom: 5px;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.3);
	font-size: 18px;
}
a{
	text-decoration: underline;
	text-decoration: none;
	color:#fff;
}
a:hover{
	text-decoration: underline;
	text-decoration: none;
	color:#fff;
}

.logo-container {
    position: relative;
    margin: 0 auto;
}
@media not all and (device-width: 768px) {
	.ipad-lb {
		margin-top: 4px;
		padding-top: 10px;
	}
}

@media only screen and (device-width: 768px) {
	.ipad-lb {
		padding-bottom: 15px;
	}
}
