/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25.03.2018, 21:32:30
    Author     : juergen kind
*/


@media (min-width: 768px) { 
.sbs-staff-circle {
   
    height: 150px;
    /*border: 1px dotted red;*/
}
.col-md-4 {
    width: 33.33333%;
}
}

@media (min-width: 992px) { 
.sbs-staff-circle {
    
    height: 150px;
    /*border: 1px dotted green;*/
}

}
@media (min-width: 1040px) { 
.sbs-staff-circle { 
    
    height: 200px;
    /*border: 1px dotted blue;*/
}

}

