/**
 * Campaign Styles for campaign #62759
 */

/** Style Campaign style#234 */
/*  Background Image  */
.content-wrapper, .main-footer {
background: url(https://d3a4xjr8r2ldhu.cloudfront.net/w/62759/p1CsLcFfKhc6dJ15y0dUuA5ORqZCKjQo7XEq0122.png);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: right bottom;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.hidden-xs.pull-left {
margin: 0;
font-size: 1.9em;
display: inline-block;
padding: 0px 10px 0;
color: black;
font-weight: 500;
font-family: Caesar Dressing;
font-variant: small-caps;
}

/* Set vars */
:root {
--sky-dashboard-picture-height: 150px;
--sky-dashboard-picture-height-mobile: 200px;
}

.panel .panel-heading-entity h3 {
height: var(--sky-dashboard-picture-height);
}

@media (max-width:767px) {
.panel .panel-heading-entity h3 {
height: var(--sky-dashboard-picture-height-mobile);
}
}
