#servicemainbg{
    display: block;
    background-position: 70% 60%;
    background-image: url("../img/kv-lyo-vapor.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.fdexp {
    border-bottom: 1px solid #000000;
}
figure {
    position:relative;
}
figure img {
    width: 100%;
    vertical-align: bottom;
}
figure figcaption {
    position: absolute;
    left:0;
    top:0;
    padding: 10px 1rem;
    color:#fff;
    background-color: rgba(84,63,50,0.6);
}
.grid-vc {
  display: grid;
  justify-items: center;
  align-items: center;
}
ul, li {
    font-size: clamp(1rem, 0.833rem + 0.556vi, 1.25rem);
}
  #animation_container, #_preload_div_ {
	position:absolute;
	margin:auto;
	left:0;right:0;
	top:0;bottom:0;
  }
@media screen and (max-width:1120px) {
    
}
@media screen and (max-width:768px) {
    .fdfig img {
        width:50%;
        margin: 0 auto;
    }
}
@media screen and (max-width:480px) {
}