/********************
 contact
 *******************/
 
/*.o-com-h1{
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}*/

.o-main-bk{
    box-sizing: border-box;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}

.webp .o-main-bk{
	background: url(../img/com-main-bk.webp) no-repeat;
	background-position:top center;
	background-size: cover;
}


.no-webp .o-main-bk{
	background: url(../img/com-main-bk.jpg) no-repeat;
	background-position:top center;
	background-size: cover;
}

.o-sec-pb-1{
	box-sizing: border-box;
	padding-bottom: 55px;
}









@media (min-width:576px){
.o-main-bk{
    box-sizing: border-box;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 31%;
	height: auto;
}
}



@media (min-width:768px){
.o-main-bk{
  padding-top: 27%;
}
}



@media (min-width:992px){	
.o-main-bk {
    padding-top: 24%;
}
}


@media (min-width:1050px){

}

@media (min-width:1101px){
/*.o-right-img-ib{
    right: -9%;
}*/
}


@media (min-width:1200px){

}

