.rezhcable-cover {
	border-bottom: 1px solid #ddd;
	height: 50vw;
	min-height: 40vh;
	/*max-height: 80vh;*/
	position: relative;
	overflow: hidden;
}
.rezhcable-cover .container {
	position: relative;
	z-index: 3;
}
.rezhcable-cover .work-header .work-www {
	background-color: rgba(255 255 255 / 70%);
	border-radius: 10px;
	display: inline-block;
	padding: .35em .7em;
	width: max-content;
	z-index: 3;
}

.cables {
	align-items: flex-end;
	bottom: 0;
	display: flex;
	gap: 2%;
	height: 100%;
	justify-content: space-between;
	left: 0;
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.cables div {
	max-height: 100%;
	transform: translateY(100%);
	transition: 1.5s all;
	z-index: 2;
}

.cables div img {
	display: block;
	max-height: 100%;
	max-width: 100%;
}

.rezhcable-numbers {
	display: flex;
	gap: 4%;
	justify-content: center;
	margin: 1em auto;
}
.rezhcable-numbers strong {
	font-size: 2em;
	display: block;
	margin-bottom: .1em;
}

.rezhcable-desktop-mobile {
	display: flex;
	justify-content: space-between;
	gap: 10%;
	margin: auto;
	width: 80%;
}

@media only screen and (min-width: 761px) and (max-width: 1400px) {
	
}

@media only screen and (max-width: 760px) {
	.rezhcable-cover { height: 65vh; min-height: 60vh; }
	.rezhcable-cover .work-header .work-www { margin-top: 1em; }
	.cables div:nth-child(4) { display: none; }
	.cables div:nth-child(6) { display: none; }
	.cables div:nth-child(7) { display: none; }
}