/* Unique, context-specific visuals for each interior page. */
.about-hero{
  background-image:linear-gradient(90deg,rgba(6,20,64,.97),rgba(8,25,73,.74),rgba(8,25,73,.18)),url('page-hero-about.png');
  background-position:center;
  background-size:cover;
}
.about-hero~.section .intro-image img{content:url('about-innovation-strip.jpg')}

.industries-hero{
  background-image:linear-gradient(90deg,rgba(6,20,64,.98),rgba(8,25,73,.78),rgba(8,25,73,.2)),url('page-hero-industries.png');
  background-position:center;
  background-size:cover;
}
.industries-hero~.section .sector-card:nth-child(1){background-image:url('industry-banking-premium.png')}
.industries-hero~.section .sector-card:nth-child(2){background-image:url('industry-pharma-premium.png')}
.industries-hero~.section .sector-card:nth-child(3){background-image:url('industry-automotive-premium.png')}
.industries-hero~.section .sector-card:nth-child(4){background-image:url('industry-energy-premium.png')}
.industries-hero~.section .sector-card:nth-child(5){background-image:url('industry-retail-premium.png')}
.industries-hero~.section .sector-card:nth-child(6){background-image:url('industry-telecom-premium.png')}
.industries-hero~.sector-feature.alt .sector-image img{content:url('industry-banking-premium.png')}
.industries-hero~.sector-feature.dark .sector-image img{content:url('industry-pharma-premium.png')}
.industries-hero~.sector-feature:not(.alt):not(.dark) .sector-image img{content:url('industry-automotive-premium.png')}

.hero-services{background-image:url('page-hero-services.png')}
.hero-why{background-image:url('page-hero-why-vysoft.png')}
.hero-careers{background-image:url('page-hero-careers.png')}
.hero-contact{background-image:url('page-hero-contact.png')}
.job-detail-hero{background-image:url('page-hero-job-details.png')}

@media(max-width:620px){
  .about-hero,.industries-hero,.hero-services,.hero-why,.hero-careers,.hero-contact,.job-detail-hero{background-position:62% center}
}
