html,
body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
}
.abs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
img {
  border: 0;
}
.flexvc {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gray {
  filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: grayscale(100%);
  /* Current draft standard */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  /* IE6+ */
}
.imgfull {
  display: block;
  width: 100%;
  height: auto;
}
.nogray {
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
}
.cl {
  clear: both;
}
.resetul {
  list-style-type: none;
  padding: 0;
}
.resetul li {
  padding: 0;
}
* {
  margin: 0;
  outline: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.debug {
  outline: red dotted 1px;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.anim2 {
  transition: all 0.25s ;
  -moz-transition: all 0.25s ;
  /* Firefox 4 */
  -webkit-transition: all 0.25s ;
  /* Safari and Chrome */
  -o-transition: all 0.25s ;
  /* Opera */
  -ms-transition: all 0.25s ;
}
.anim {
  -webkit-transition: all 200ms cubic-bezier(1, 0, 0, 1);
  -moz-transition: all 200ms cubic-bezier(1, 0, 0, 1);
  -o-transition: all 200ms cubic-bezier(1, 0, 0, 1);
  transition: all 200ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
}
.anim_bounce {
  transition: all 0.25s cubic-bezier(0, 1.8, 1, 1.8);
  -moz-transition: all 0.25s cubic-bezier(0, 1.8, 1, 1.8);
  /* Firefox 4 */
  -webkit-transition: all 0.25s cubic-bezier(0.28, 0.13, 0.15, 1);
  /* Safari and Chrome */
  -webkit-transition: all 0.25s cubic-bezier(0, 1.8, 1, 1.8);
  /* Safari and Chrome */
  -o-transition: all 0.25s cubic-bezier(0, 1.8, 1, 1.8);
  /* Opera */
  -ms-transition: all 0.25s cubic-bezier(0, 1.8, 1, 1.8);
}
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.vc {
  display: table;
  height: 100%;
  width: 100%;
}
.vc .vcin {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.blueimp-gallery > .close,
.blueimp-gallery > .title,
.blueimp-gallery > .play-pause,
.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  display: block !important;
}
.bgcover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}
a {
  text-decoration: none;
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.fs1 {
  font-size: 38px;
}
.fs2 {
  font-size: 32px;
}
.fs3 {
  font-size: 30px;
}
.fs4 {
  font-size: 24px;
}
.fs5 {
  font-size: 18px;
}
.fs6 {
  font-size: 14px;
}
.stdtxt table {
  border-collapse: collapse;
  border-top: black solid 2px;
  width: 100% !important;
}
.stdtxt table td {
  width: 50% !important;
  border-bottom: black solid 2px;
  padding: 8px 0;
}
.stdtxt blockquote {
  font-size: 2rem;
  margin: 2rem 0;
  margin-left: 4rem;
}
@media screen and (max-width: 1023px) {
  .stdtxt blockquote {
    font-size: 1.5rem;
  }
}
.stdtxt p {
  margin-bottom: 1.4em;
}
.stdtxt p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .stdtxt p {
    text-indent: 0;
  }
}
.stdtxt p a {
  text-decoration: underline;
}
.stdtxt p a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.stdtxt iframe {
  width: 100% !important;
}
.stdtxt .wp-caption {
  width: 100% !important;
  font-size: 14px;
}
.stdtxt .wp-caption a {
  display: block;
  width: 100% !important;
}
.stdtxt .wp-caption img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 5px;
}
.stdtxt .alignnone {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 1023px) {
  .stdtxt .alignnone {
    margin-left: 0;
  }
}
.stdtxt .alignnone.size-thumbnail {
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
}
.stdtxt img {
  max-width: 100% !important;
  height: auto;
}
.font1 {
  font-family: 'Theinhardt', helvetica, arial, sans-serif;
}
.font2 {
  font-family: 'bespokemsn', helvetica, arial, sans-serif;
}
.font3 {
  font-family: 'bespokemsn', helvetica, arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.fs {
  font-size: 20px;
}
html {
  font-size: 20px;
}
body {
  color: black;
  font-family: 'Theinhardt', helvetica, arial, sans-serif;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
@media (max-width: 568px) {
  body {
    background-size: 100% 100%;
  }
}
h1 {
  font-size: 2.5rem;
  line-height: 1.1;
  font-weight: bold;
}
h2 {
  line-height: 1.2;
}
#mainwrap {
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 40px;
  margin-right: 20px;
  max-width: 850px;
  box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 568px) {
  #mainwrap {
    margin: 0;
  }
}
.pagewrap {
  background: white;
  padding: 0 25px;
  padding-bottom: 40px;
}
@media (max-width: 568px) {
  .pagewrap {
    padding-left: 0;
    padding-right: 0;
  }
}
img {
  vertical-align: top;
}
.roundbutton {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  cursor: pointer;
  -webkit-transition: all 200ms cubic-bezier(1, 0, 0, 1);
  -moz-transition: all 200ms cubic-bezier(1, 0, 0, 1);
  -o-transition: all 200ms cubic-bezier(1, 0, 0, 1);
  transition: all 200ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
}
.wrapper_16_9 {
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.wrapper_16_9 .withwrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.grid {
  font-size: 0;
  text-align: left;
}
.grid .block-postlink {
  font-size: 0.6rem;
  display: inline-block;
  vertical-align: top;
  width: 110px;
  height: 280px;
  margin: 0 25px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.grid .block-postlink a {
  display: block;
  filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: grayscale(100%);
  /* Current draft standard */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  /* IE6+ */
}
.grid .block-postlink a:hover {
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
}
.grid .block-postlink .post_thumbnail {
  height: 160px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.grid .block-postlink .post_thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.grid .block-postlink .textpart {
  position: absolute;
  width: 100%;
  top: 176px;
  left: 0;
  font-family: 'bespokemsn', helvetica, arial, sans-serif;
  font-style: italic;
  padding: 0 5px;
}
.grid .block-postlink .textpart h2,
.grid .block-postlink .textpart h3 {
  padding: 0;
  font-size: 11px;
  line-height: 1.1;
}
.language-chooser-container {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  font-size: 13px;
  line-height: 1;
  color: white;
}
.language-chooser-container ul {
  list-style-type: none;
  padding: 0;
}
.language-chooser-container ul li {
  padding: 0;
}
.language-chooser-container li {
  display: block;
}
.language-chooser-container li.active {
  display: none;
}
.language-chooser-container a {
  padding: 5px 10px 10px 5px;
  display: block;
  font-family: 'bespokemsn', helvetica, arial, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #1464ff;
}
.language-chooser-container a:hover {
  color: black;
}
.logopart {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1000;
}
@media (max-width: 1020px) {
  .logopart {
    display: none;
  }
}
.logopart img {
  height: 90px;
  width: auto;
}
.logopart .muzlogo:hover {
  opacity: 0.8;
}
.logopart-resp {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000;
}
@media (max-width: 1020px) {
  .logopart-resp {
    display: block;
  }
}
@media (max-width: 568px) {
  .logopart-resp {
    top: 5px;
    right: 5px;
  }
}
.logopart-resp img {
  height: 48px;
  width: auto;
}
.logopart-resp .muzlogo:hover {
  opacity: 0.8;
}
.admin-bar .logopart {
  top: 47px;
}
.mainheader {
  background-image: url(http://makinguse.artmuseum.pl/wp-content/themes/makinguse_szota.biz/img/topleft.png);
  background-size: 1000px 320px;
  background-repeat: no-repeat;
  padding: 40px 70px 70px 70px;
  position: relative;
  text-align: left;
  font-size: 0;
}
@media (max-width: 568px) {
  .mainheader {
    padding: 40px 25px 40px 25px;
  }
}
.mainheader .textpart {
  text-align: left;
  font-size: 17px;
  font-family: 'bespokemsn', helvetica, arial, sans-serif;
  line-height: 1.7;
}
@media (max-width: 730px) {
  .mainheader .textpart {
    font-size: 13px;
  }
}
.mainheader .textpart .firstword {
  display: none;
}
@media (max-width: 568px) {
  .mainheader .textpart .firstword {
    text-indent: 40px;
    display: inline-block;
  }
}
.mainheader .textpart .but {
  line-height: 1.3;
  font-size: 100%;
}
@media (min-width: 568px) {
  .mainheader .textpart span.nowrap {
    white-space: nowrap;
  }
}
@media (max-width: 568px) {
  .home .mainheader {
    padding: 40px 25px 70px 25px;
  }
}
.but {
  transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.35s ease;
  /* Safari and Chrome */
  -o-transition: all 0.35s ease;
  /* Opera */
  -ms-transition: all 0.35s ease;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  cursor: pointer;
  font-size: 70%;
  text-transform: uppercase;
  border-radius: 10px;
  font-family: 'bespokemsn', helvetica, arial, sans-serif;
  padding: 2px 1em 0px;
  margin-left: 0.2em;
  margin-right: 0.2em;
  display: inline-block;
  border: #1464ff solid 1px;
  color: #1464ff;
}
@media (max-width: 568px) {
  .but {
    padding: 3px 10px 0px;
  }
}
.but:hover,
.but.open {
  background: #1464ff;
  color: white;
}
.tagsindex {
  padding: 0 50px 70px 45px;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 568px) {
  .tagsindex {
    padding: 0 25px;
    padding-right: 20px;
    padding-bottom: 70px;
    position: relative;
    letter-spacing: -0.5px;
  }
}
.taglist {
  line-height: 1.5;
}
.taglist ul {
  list-style-type: none;
  padding: 0;
}
.taglist ul li {
  padding: 0;
}
.taglist li {
  display: inline-block;
}
.taglist a {
  transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.35s ease;
  /* Safari and Chrome */
  -o-transition: all 0.35s ease;
  /* Opera */
  -ms-transition: all 0.35s ease;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  cursor: pointer;
  font-size: 70%;
  text-transform: uppercase;
  border-radius: 10px;
  font-family: 'bespokemsn', helvetica, arial, sans-serif;
  padding: 2px 1em 0px;
  margin-left: 0.2em;
  margin-right: 0.2em;
  display: inline-block;
  border: #1464ff solid 1px;
  color: #1464ff;
}
@media (max-width: 568px) {
  .taglist a {
    padding: 3px 10px 0px;
  }
}
.taglist a:hover,
.taglist a.open {
  background: #1464ff;
  color: white;
}
@media (max-width: 568px) {
  .postwrap {
    padding: 0 25px;
  }
}
.postwrap .gal {
  max-width: 650px;
  margin-left: 45px;
}
@media (max-width: 568px) {
  .postwrap .gal {
    margin-left: 0;
  }
}
.postwrap .gal .item {
  padding-bottom: 30px;
}
.postwrap .gal .item img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.postwrap .gal .item a {
  display: block;
}
.postwrap .gal .item .desc {
  font-size: 11px;
}
.postwrap .content {
  font-size: 17px;
  line-height: 1.5;
  padding: 0 25px;
  padding-bottom: 20px;
}
.postwrap .content table {
  border-collapse: collapse;
  border-top: black solid 2px;
  width: 100% !important;
}
.postwrap .content table td {
  width: 50% !important;
  border-bottom: black solid 2px;
  padding: 8px 0;
}
.postwrap .content blockquote {
  font-size: 2rem;
  margin: 2rem 0;
  margin-left: 4rem;
}
@media screen and (max-width: 1023px) {
  .postwrap .content blockquote {
    font-size: 1.5rem;
  }
}
.postwrap .content p {
  margin-bottom: 1.4em;
}
.postwrap .content p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .postwrap .content p {
    text-indent: 0;
  }
}
.postwrap .content p a {
  text-decoration: underline;
}
.postwrap .content p a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.postwrap .content iframe {
  width: 100% !important;
}
.postwrap .content .wp-caption {
  width: 100% !important;
  font-size: 14px;
}
.postwrap .content .wp-caption a {
  display: block;
  width: 100% !important;
}
.postwrap .content .wp-caption img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 5px;
}
.postwrap .content .alignnone {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 1023px) {
  .postwrap .content .alignnone {
    margin-left: 0;
  }
}
.postwrap .content .alignnone.size-thumbnail {
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
}
.postwrap .content img {
  max-width: 100% !important;
  height: auto;
}
@media (max-width: 568px) {
  .postwrap .content {
    font-size: 15px;
    padding-left: 0;
    padding-right: 0;
  }
}
.postwrap .content p a,
.postwrap .content h5 a,
.postwrap .content h6 a {
  transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.35s ease;
  /* Safari and Chrome */
  -o-transition: all 0.35s ease;
  /* Opera */
  -ms-transition: all 0.35s ease;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  cursor: pointer;
  font-size: 70%;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 2px 1em 0px;
  margin-left: 0.2em;
  margin-right: 0.2em;
  display: inline-block;
  border: #1464ff solid 1px;
  color: #1464ff;
  text-decoration: none;
  line-height: 1.2;
  font-family: 'bespokemsn', helvetica, arial, sans-serif;
}
@media (max-width: 568px) {
  .postwrap .content p a,
  .postwrap .content h5 a,
  .postwrap .content h6 a {
    padding: 3px 10px 0px;
  }
}
.postwrap .content p a:hover,
.postwrap .content h5 a:hover,
.postwrap .content h6 a:hover,
.postwrap .content p a.open,
.postwrap .content h5 a.open,
.postwrap .content h6 a.open {
  background: #1464ff;
  color: white;
}
.postwrap .content p strong a,
.postwrap .content h5 strong a,
.postwrap .content h6 strong a {
  transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  /* Firefox 4 */
  -webkit-transition: all 0.35s ease;
  /* Safari and Chrome */
  -o-transition: all 0.35s ease;
  /* Opera */
  -ms-transition: all 0.35s ease;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  cursor: pointer;
  font-size: 70%;
  border-radius: 10px;
  padding: 2px 1em 0px;
  margin-left: 0.2em;
  margin-right: 0.2em;
  display: inline-block;
  border: #1464ff solid 1px;
  color: #1464ff;
  text-decoration: none;
  line-height: 1.2;
  font-family: 'bespokemsn', helvetica, arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 568px) {
  .postwrap .content p strong a,
  .postwrap .content h5 strong a,
  .postwrap .content h6 strong a {
    padding: 3px 10px 0px;
  }
}
.postwrap .content p strong a:hover,
.postwrap .content h5 strong a:hover,
.postwrap .content h6 strong a:hover,
.postwrap .content p strong a.open,
.postwrap .content h5 strong a.open,
.postwrap .content h6 strong a.open {
  background: #1464ff;
  color: white;
}
.postwrap .featured a {
  display: block;
}
.postwrap .featured img {
  display: block;
  width: 100%;
  height: auto;
}
.postwrap .featured .desc {
  padding-top: 0.5rem;
  font-size: 0.7rem;
}
.postwrap .social {
  padding-bottom: 10px;
}
.postwrap .attachments {
  padding-bottom: 10px;
}
.postwrap .related_tags {
  font-size: 16px;
  padding-bottom: 20px;
  margin-left: 45px;
}
@media (max-width: 568px) {
  .postwrap .related_tags {
    margin-left: 0;
  }
}
h1.post_title {
  font-family: 'bespokemsn', helvetica, arial, sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 30px;
  text-align: left;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 20px;
}
@media (max-width: 568px) {
  h1.post_title {
    padding-left: 0;
    padding-right: 0;
  }
}
h1.post_title.off {
  opacity: 0;
  color: white;
}
h2.header {
  font-family: 'bespokemsn', helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  text-align: left;
  padding-bottom: 30px;
  margin-left: 45px;
  line-height: 1;
}
h2.header a:hover {
  color: #1464ff;
}
h2.related_events_title {
  font-family: 'bespokemsn', helvetica, arial, sans-serif;
  font-size: 1.5rem;
  text-align: left;
  padding-left: 25%;
  padding-right: 25%;
  padding-bottom: 2rem;
  margin-left: 2rem;
}
#aru {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 15px;
  background: black;
  padding: 5px 10px;
  cursor: pointer;
  -webkit-transition: all 200ms cubic-bezier(1, 0, 0, 1);
  -moz-transition: all 200ms cubic-bezier(1, 0, 0, 1);
  -o-transition: all 200ms cubic-bezier(1, 0, 0, 1);
  transition: all 200ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  -webkit-transform: translate(0, -50px);
  -moz-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  -o-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
#aru.show {
  -webkit-transform: translate(0, 0px);
  -moz-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
  transform: translate(0, 0px);
}
#aru:hover {
  -webkit-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  transform: translate(0, -5px);
  background: #444;
}
.admin-bar #aru {
  top: 32px;
}
.b-lazy {
  -webkit-transition: all 200ms cubic-bezier(1, 0, 0, 1);
  -moz-transition: all 200ms cubic-bezier(1, 0, 0, 1);
  -o-transition: all 200ms cubic-bezier(1, 0, 0, 1);
  transition: all 200ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  opacity: 0;
}
.b-lazy.b-loaded {
  opacity: 1;
}
.content_lead {
  font-family: 'bespokemsn', helvetica, arial, sans-serif;
  font-style: italic;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 20px;
}
@media (max-width: 568px) {
  .content_lead {
    padding-left: 0;
    padding-right: 0;
  }
}
