.scaling-svg-container {
 position: relative; 
 height: 0; 
 width: 20%; 
 padding: 0;
 padding-bottom: 100%; 
 /* override this inline for aspect ratio other than square */
}
.scaling-svg {
 position: absolute; 
 height: 20%; 
 width: 20%; 
 left: 0; 
 top: 0;
}
.opens{font-family: 'Open Sans', sans-serif !important;}