@media screen and (min-width: 767px) {
  body.modal-open .mac-awards {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 100%;
  }
  body.modal-open .mac-awards .modal-dialog {
    margin: auto;
  }
}

.mac-awards button.close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .mac-awards button.close {
    background: #fff;
    padding: 10px;
    border-radius: 50%;
  }
}
.mac-awards .modal-dialog {
  max-width: 730px;
  width: calc(100% - 20px);
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
  .mac-awards .modal-dialog {
    max-width: 410px;
  }
}
.mac-awards .modal-content {
  border: 0;
  overflow: hidden;
  color: #000;
  background: 0;
  border-radius: 20px;
}
.mac-awards .mac-awards__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .mac-awards .mac-awards__content {
    display: block;
  }
}
.mac-awards .mac-awards__thumb {
  width: 410px;
  min-height: 410px;
  position: relative;
  display: block;
}
.mac-awards .mac-awards__thumb img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .mac-awards .mac-awards__thumb {
    min-height: 1px;
    padding-bottom: 100%;
    width: 100%;
  }
}
.mac-awards .mac-awards__txt {
  width: calc(100% - 410px);
  padding: 40px 26px 15px;
  text-align: center;
  line-height: 1.5;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .mac-awards .mac-awards__txt {
    width: 100%;
    padding: 25px 20px 10px;
  }
}
.mac-awards .mac-awards__txt h2 {
  margin-top: 0;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .mac-awards .mac-awards__txt h2 {
    font-size: 20px;
  }
}
.mac-awards .mac-awards__txt p {
  margin-bottom: 25px;
}
.mac-awards .mac-awards__txt a {
  color: #3485FF;
  font-weight: bold;
  text-decoration: underline;
}
@media (hover: hover) {
  .mac-awards .mac-awards__txt a:hover {
    text-decoration: none;
  }
}