@media all {
	.time {
		padding: 20px;
	}



	.workingtime-container {
		height: 0;
		padding-bottom: 33.33%; /* 3:1 */
		position: relative;
		display: flex;
		overflow: hidden;
	}

	.workingtime-container img {
		position: absolute;
		margin-top: -244px;
		max-width: 2420px;
		margin-left: 50%;
		transform: translateX(-50%);
	}
	.workingtime {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: flex;
	}

	.background-green {
		height: inherit;
		width: 50%;
		display: flex;
		flex-direction: column;
	}

	.background-green h3 {
		color: white;
		padding-left: 13%;
		width: 288px;
		margin-top:244px;
		text-align: right;
		position: absolute;
		hyphens: none;
	}

	.background-grey {
		height: inherit;
		width: 50%;
	}

	.background-grey h3 {
		padding: 0 0 0 calc(50% - 13% - 384px);
		width: 384px;
		margin-top:244px;
		position: absolute;
	}

	.workingtime-text-left {
		float: right;
		width: 384px;
		padding: 168px 0 0 calc(50% - 13% - 384px);
		position: absolute;
	}

	.workingtime-text-right {
		float: left;
		width: 288px;
		padding: 168px 0 0 13%;
		text-align: right;
		color: #FFFFFF;
		line-height: 35px;
		position: absolute;
	}

	.time h3 {
		margin-bottom: 32px;
	}
}

@media all and (max-width: 1280px) and (min-width: 809px) {
	.workingtime-text-left {
		padding: 10px 0 0 calc(50% - 5% - 288px);
		width: 288px;
	}

	.background-grey h3 {
		padding: 0 0 0 calc(50% - 5% - 288px);
		width: 288px;
		margin-top:150px;
	}

	.workingtime-text-right {
		padding: 10px 0 0 5%;
		width: 288px;
	}

	.background-green h3 {
		padding-left: 5%;
		width: 288px;
		margin-top:150px;
	}

	.workingtime-container img {
		position: absolute;
		margin-top: -244px;
		max-width: 1920px;
	}
}

@media all and (max-width: 808px) and (min-width: 481px) {
	.workingtime-text-left,
	.workingtime-text-right {
		line-height: 25px;
		font-size: 14px;
	}

	.background-grey h3,
	.background-green h3 {
		font-size: 20px;
		line-height: 36px;
	}

	.workingtime-text-left {
		padding: 10px 0 0 calc(50% - 5% - 216px);
		width: 216px;
	}

	.background-grey h3 {
		padding: 0 0 0 calc(50% - 5% - 216px);
		width: 216px;
		margin-top: 78px;
	}

	.workingtime-text-right {
		padding: 10px 0 0 5%;
		width: 216px;
	}

	.background-green h3 {
		padding-left: 5%;
		width: 216px;
		margin-top: 78px;
	}

	.workingtime-container img {
		position: absolute;
		margin-top: -348px;
		max-width: 1920px;
	}
}

@media all and (max-width: 480px) {
	.workingtime-container {
		height: 288px;
		width: 100%;
	}

	.workingtime-text-left,
	.workingtime-text-right {
		float: left;
		width: 38%;
		line-height: 20px;
		font-size: 12px;
		margin: 32px 0 0 0;
		padding: 0 28px;
	}

	.background-grey h3,
	.background-green h3 {
		width: 38%;
		margin-top: 44px;
		font-size: 22px;
		line-height: 27px;
		padding: 150px 28px;
	}

	.workingtime-container img {
		max-width: 1280px;
		margin-top: 0;
	}

}
