/*  This file had been added for short/small css tweaks
 *  In case of total overhaul- merge following changes in
 *  `style.scss` and re-generate `style.css`                */

.advertising-items {
  position: relative;
}
.advertising-items:after {
  display: inline-block;
  content: 'РЕКЛАМА';
  position: absolute;
  bottom: 20px;
  right: -29px;
  height: 10px;
  font-size: 10px;
  font-weight: bold;
  color: #808080;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

#_ref-starwars-com {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  min-height: 100px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  font-size: 15px;
  color: #fff;
  text-align: center;
}

#_ref-starwars-com .holder {
  margin: 0 auto;
  width: 100%;
  position: relative;
  padding-top: 23px;
  min-height: 100%;
}

#_ref-starwars-com .close {
  position: absolute;
  right: 0;
  color: #636363;
  font-size: 38px;
  font-weight: 700;
  top: 40px;
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  #_ref-starwars-com .holder {
    width: 1024px;
  }
}

@media screen and (max-width: 1023px) {
  #_ref-starwars-com .holder {
    padding: 0 15px;
  }

  #_ref-starwars-com .close {
    top: 10px;
  }
}
