#strand-kijelzo-module {
	width: 1080px;
	height:1920px;
	overflow:hidden;
	background-color:#fff;
}
#strand-kijelzo-module .strand-kijelzo-apis {
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	margin-bottom:10px;
}
#strand-kijelzo-module .strand-kijelzo-apis-left, #strand-kijelzo-module .strand-kijelzo-apis-right {
	width:535px;
	height:714px;
	position:relative;
	color:#fff;
	padding: 15px 30px 30px;
}
#strand-kijelzo-module .strand-kijelzo-apis-left {
	background-color: #4CA13C;
}
#strand-kijelzo-module .strand-kijelzo-apis-right {
	background-color: #0074BC;
}
#strand-kijelzo-module .strand-kijelzo-watermark {
	position:absolute;
	top:15px;
	left:30px;
	width:calc(100% - 60px);
	text-align:center;
	font-size: 12px;
}
#strand-kijelzo-module .strand-kijelzo-watermark svg {
	width:34px;
	height:30px;
	display:inline-block;
	vertical-align:middle;
	margin: 0 5px;
}
#strand-kijelzo-module .strand-kijelzo-apis-middle {
	position:absolute;
	top:50%;
	left:50%;
	width:100%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	margin-top: -40px;
}
#strand-kijelzo-module .strand-kijelzo-apis-middle svg {
	width:240px;
	height:240px;
	display: block;
	margin: 0 auto 30px;
}
#strand-kijelzo-module .strand-kijelzo-apis-middle > div {
	font-size:180px;
	margin: 0 auto;
	width:100%;
	text-align:center;
	font-weight:bold;
	line-height:1;
}
#strand-kijelzo-module .strand-kijelzo-apis-middle .strand-kijelzo-temperature-icon {
	height: 300px;
	width:300px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#strand-kijelzo-module #strand-kijelzo-temperature-svg img {
	width:300px;
	height:300px;
	display: block;
	margin: 0 auto;
}
#strand-kijelzo-module .strand-kijelzo-apis-bottom {
	position:absolute;
	bottom:30px;
	left:30px;
	width:calc(100% - 60px);
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}
#strand-kijelzo-module .strand-kijelzo-apis-bottom > div {
	width:50%;
	text-align:left;
	font-size: 22px;
	font-weight:medium;
}
#strand-kijelzo-module .strand-kijelzo-apis-bottom > div > div {
	font-weight:bold;
	font-size: 30px;
}
#strand-kijelzo-module .strand-kijelzo-apis-bottom > div:nth-child(2) {
	text-align:right;
}

#strand-kijelzo-module .strand-kijelzo-video-player {
	width: 1080px;
	height: 608px;
}

#strand-kijelzo-module .strand-kijelzo-carousel {
	width:1080px;
	height: 581px;
}
#strand-kijelzo-module .strand-kijelzo-carousel img {
	display:block;
}