.frame_singleline {
    padding: 1vw 0vw;
	background-color:#f0f0f0;
	color:#111111;
    width: 100vw;
    overflow: hidden;
	display:none;
}

.foot_copyright {
	color:#111111;
    font-size: 3.125vw;
    text-align: center;
    -webkit-transform: scale(calc(1 / 1.5));
    transform: scale(calc(1 / 1.5));
    width: 150%;
    margin-left: -25%;
}