#deal .img, .blog-img, .user-img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.modal-dialog {
  max-width: 700px; }

.modal-content {
  border: none;
  position: relative;
  padding: 0 !important;
  font-size: 14px;
  border-radius: 0;
  -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24); }
  .modal-content .modal-header {
    padding: 0;
    border: none; }
  .modal-content button.close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    z-index: 1;
    text-shadow: none;
    background: #4e73df;
    color: #fff;
    opacity: 1; }
  .modal-content .modal-body {
    border: none;
    position: relative;
    z-index: 0; }
    .modal-content .modal-body h2 {
      font-weight: 700;
      text-transform: uppercase;
      font-size: 58px; }
      .modal-content .modal-body h2 span {
        font-weight: 400; }
    .modal-content .modal-body h4 {
      text-transform: uppercase;
      font-size: 16px; }
    .modal-content .modal-body .btn-primary {
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 14px; }
  .modal-content .text {
    position: relative;
    z-index: 0; }
    .modal-content .text:after {
      position: absolute;
      top: -30px;
      left: -30px;
      right: -30px;
      bottom: -30px;
      content: '';
      border: 1px solid rgba(0, 0, 0, 0.1);
      z-index: -1; }
  @media (max-width: 767.98px) {
    .modal-content .img {
      height: 370px; } }
