.hbg{
	height: 65vw;
}
#full-width-slider{
	width: 100%;
	max-width: 100%;
    margin: auto;
    position: relative;
    z-index: 32;
}
.rsMinW .rsArrowLeft{
	top: 0;
	left: 40px;
	bottom: 0;
	margin: auto;
	right: auto;
}
.rsMinW .rsArrowIcn{
	background-repeat: no-repeat;
	background-position: center center !important;
	height: 50px;
}
.rsArrowLeft .rsArrowIcn{
	background-image: url('/asset/img/b-L.png');
}
.rsMinW .rsArrowRight{
	top: 0;
	left: auto;
	bottom: 0;
	margin: auto;
	right: 40px;
}
.rsArrowRight .rsArrowIcn{
	background-image: url('/asset/img/b-R.png');
}
.rsMinW .rsBullets{
	left: 0;
	right: 0;
	bottom: 30px;
}
.homevideo{
	position: relative;
	background: url('/asset/hubbynas/home-bg.png') bottom center no-repeat;
	background-size: 85%;
	height: 45vw;
}
.homevideo .cke_iframe,
.homevideo iframe{
	position: absolute;
	width: 59.5%;
	height: 75%;
	margin: 0 auto;
	left: 0;
	right: 2vw;
	bottom: 3.9vw;
	border-radius: 0 0 0 1.2vw;
}
@media (max-width: 1920px) {
	.hbg{
		width: 120px;
		height: 70vw!important;
	}
}
@media (max-width: 1440px) {
	height: 70vw;
}
@media (max-width: 767px) {
	.homevideo{
		background:none;
		height: 60vw;
	}
	.homevideo .cke_iframe, .homevideo iframe{
		left: 15px;
		right: 15px;
		height: 100%;
		width: calc(100% - 30px);
		bottom: 0;
	}
}