.layout--politechnika--twocol .layout__region--second .field__label {
  background: none;
  padding-top: 0;
}

.layout--politechnika--twocol .layout__region--sticky {
  padding: 0;
  z-index: 99;
}

.layout--politechnika--twocol .layout__region--sticky-sticky-inner {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 13.5rem;
}

@media all and (max-width: 767px){
  .layout--politechnika--twocol .layout__region--sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 1rem;
  }
  .layout--politechnika--twocol .layout__region--sticky-sticky-inner {
    top: 1rem;
  }
}

/** Set sticky social media icons region to be always in viewport. */
@media all and (min-width: 1230px),
all and (min-width: 1050px) and (max-width: 1199px),
all and (min-width: 820px) and (max-width: 991px) {
  .layout--politechnika--twocol .layout__region--sticky {
    position: absolute;
    height: 100%;
    right: 100%;
    margin-right: 15px;
  }
}
