#main .site-wrapper {
  padding: 0;
}
html {
  background: url('../images/background.jpg') 0 0 no-repeat;
  background-size: cover;
}
.panel-left {
  background-color: #ffffff;
}
.image-cover {
  width: 100%;
}
.heading-style {
  letter-spacing: 0.1rem;
  font-weight: 200;
}
.pink {
  border-color: #eed1d4;
}
.grey {
  color: #b1b0b0;
  border-color: #b1b0b0;
}
.ui-icon-closethick {
  outline: none;
  text-decoration: none;
}
.competition-signup .ui-dialog .ui-dialog-title {
  display: none;
}
.competition-signup .ui-dialog .ui-dialog-content {
  padding: 0;
  overflow: hidden;
}
.js-competition-iframe {
  border: 0 none;
}
@media only screen and (min-width : 1200px) {
.desktop-middle{    transform: translate(0,18%);}
}
@media only screen and (min-width : 767px) {
  .js-competition-iframe {
    width: 800px;
    height: 750px;
  }
  .hr-tiny {
    width: 3px;
  }
  .hr-medium {
    width: 75px;
  }
  .lockett-petit-wrapper {
    margin-top: 70px;
  }
  #main .site-wrapper {
    max-width: 1064px;
    max-height: 680px;
  }
}
@media only screen and (max-width : 767px) {
  .js-competition-iframe {
    border: 0 none;
    width: 100%;
    height: 700px;
  }
  .js-competition-popup {
    width: 320px !important;
    margin: 0 auto 0 !important;
  }
  div#ui-id-1 {
    padding: 0;
  }
  .hr-medium {
    width: 70px;
  }
  .hr-tiny {
    width: 3px;
  }
}
.ui-dialog-titlebar button {
  outline: none !important;
}
