.config-container .over_signpost{
	min-height: 700px;
    -webkit-box-shadow: -2px 6px 32px -1px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: -2px 6px 32px -1px rgba(0, 0, 0, 0.17);
    box-shadow: -2px 6px 32px -1px rgba(0, 0, 0, 0.17);
    margin-top: 40px;
    margin-bottom: 10px;
    padding-top: 25px;
}
.over_variant h2{
	margin-top: 40px !important; 
	margin-bottom: 0px !important;
}

.over_variant .logo_config{
	margin: 0px auto;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 190px;
}
.over_variant .divide{
    background: #d4d4d4;
    height: 1px;
    width: 100%;
    margin-top: 40px;
}  
.fitbit_sync{
	background: url(../../konfigurator/img/fitbit_sync.jpg);
    background-size: cover;
    background-position: center center;
    height: 300px;
    width: 100%;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 20px;
    position: relative;
}
.manual_sync{
	background: url(../../konfigurator/img/manual.jpg);
    background-size: cover;
    background-position: center center;
    height: 300px;
    width: 100%;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;	
}
.fitbit_sync:before{
	content: "";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    left: 0;
    right: 0;
}
.fitbit_sync:hover:before{
    background: transparent;
}
.manual_sync:before{
	content: "";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    left: 0;
    right: 0;
}
.manual_sync:hover:before{
    background: transparent;
}
.config-container .over_signpost h2{
	color: white;
    font-weight: 600;
    padding-top: 80px;
    padding-bottom: 40px;	
    position: relative;
    z-index: 2;
    margin-bottom: 0px;
}
@media screen and (max-width: 1480px){
    .over_variant p{
        padding: 0px 30px 0px 30px;
    }
}
@media screen and (max-width: 1024px){
    .config-container .over_signpost {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 600px){
    .fitbit_sync {
        background-position: 10%;
    }
}
@media screen and (max-width: 330px){
    .manual_sync {
        height: 330px;
    }
    .fitbit_sync {
        height: 330px;
    }
}