@import url("/linux-oss/linuxoss-common.css");

.area-ttl{
  background: #ccc url('/img/darkblue-bg.jpg') no-repeat center 50%;
  background-size: cover;
}
.area-ttl__ttl{
 background: url('') no-repeat 50% 0;
 background-size: 34px auto;
 color: #f0f0f0;
}

.area-ttl__ttl a { color: #f0f0f0 !important;}
.area-ttl__ttl a:hover {
  text-decoration: none !important; 
}

.lp-contact{
  background: url(/virtualization/img/lp-contact-bg.jpg) no-repeat top center !important;
  background-size: cover !important;
}

.pv-jumbotron {
  background:url(/virtualization/img/pv-cover.jpg) center 50% no-repeat !important;
  background-size: cover;
  color:#fff;
  margin-bottom:0;
  padding: 3em 0 3em;
  min-height:360px;
  display:flex;
  align-items:center;
}