h1.arionrender{
  color: rgb(182,32,2);
  font-size: 32px;
}

#product-header.arionrender{
  background: url('../images/products/arionrender/main_image.jpg');
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
}
.arionrender-logo{
  background: url('../images/global/arion_logo_white_transparent.png') no-repeat;
  background-size: 256px;
  width: 256px;
  height: 256px;
  opacity: 0.85;
  position: absolute;
  top: 105px;
  right: 50px;
}
#product-header.arionrender div#header-title{
  width: 100%;
  height: 100vh;
  text-align: center;
  line-height: 150vh;
  position: absolute;
  font-size: 64px;
  color: rgb(250,250,250);
  overflow: hidden;
}
#product-header.arionrender div#header-title h1{
  text-decoration: none;
  font-size: 64px;
  color: rgb(250,250,250);
}
.arionrender h1{
  color: rgb(182,32,2);
}
.arionrender p{
  color: black;
}


/*##############################
  ## Plug-ins and stand-alone ##
  ##############################*/
  
#main.dynamic div.plugins{
  width: 100%;
  margin: auto auto;
  display: block;
  text-align: left;
  border-top: 1px solid rgb(220,220,220);
}
#main.dynamic div.plugins img{
  float: left;
  width: 256px;
  margin: 0 50px 50px 0;
  clear: both;
}
#main.dynamic div.plugins h1{
  text-align: right;
}
#main.dynamic div.plugins p{
  text-align: left;
}


@media screen and (max-width:1080px){
  h2.arionrender { font-size: 16px;}
}
