/* common */

@media screen and (max-width:900px) {
    .hl-homepage-slider img {
        display: none;
    }

    .hl-homepage-slider img.sp-only {
        display: inline
    }
}


/* index */
.img-maining-ctr p {
    color: #fff;
    font-size: 16px;
    margin-top: 40px;
}

.prod .tile#vLT {
    background: #000 url(../img/prodpg-varicam-LT.jpg) no-repeat center 38px;
}

.prod .tile#v35 {
    background: #000 url(../img/prodpg-varicam-35.jpg) no-repeat center 38px;
}

.prod .tile#EVA1 {
    background: #000 url(../img/prodpg-varicam-EVA1.jpg) no-repeat center 38px;
}

.prod .tile#vPURE {
    background: #000 url(../img/prodpg-varicam-PURE.jpg) no-repeat center 38px;
}

.prod .tile#s1h {
    background: #000 url(../img/prodpg-lumix-s1h.jpg) no-repeat center 0;
}

.prod .tile#bgh1 {
    background: #000 url(../img/prodpg-lumix-bgh1.jpg) no-repeat center;
}

.prod .tile#bs1h {
    background: #000 url(../img/prodpg-lumix-bs1h.jpg) no-repeat center;
}

.prod .tile:first-of-type {
    margin-top: -50px;
}

@media screen and (max-width:900px) {
    .prod .tile:first-of-type {
        margin-top: 10px;
    }

    .img-maining-ctr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
	
	
}

@media screen and (min-width:900px) {
    /*.prod .tile {
        width:
    }*/
}

/* 0806 */

.prodClm1 {
	width: 940px;
	margin: 0 auto;
	justify-content: flex-start;
}
.prodClm1 .tile {
	background-size: auto auto !important;
	background-position: center 0px !important;
}

.prod .tile .ar4k {
	position: absolute;
	top: 10px;
	left: 26px;
	width: 100px;
	height: 78px;
}
.prod .tile .netflix {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 100px;
	height: 66px;
}

.prod .tile .lmount {
	position: absolute;
	top: 15px;
	right: 23px;
	width: 162px;
	height: 51px;
}

.prod .tile .mft {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 92px;
	height: 84px;
}


@media screen and (max-width:900px) {
	.prodClm1 {
		width: auto;
	}
}
