@media screen and (min-width: 415px) {
  /* no-license-popup */
  #no-license-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999998;
    background-color: rgba(50,50,50,0.5);
    overflow-y: auto;
    font-size: 12px;
    text-align: center;
    padding-top: 15px;
    display: none;
  }
  #no-license-popup #no-license-popup-wrapper {
    display: none;
    margin: 20px auto;
    width: 950px;
    background-color: transparent;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  #redirect-search #no-license-popup {
    display: block;
  }
  #redirect-search #no-license-popup #no-license-popup-wrapper {
    display: block;
  }
  #no-license-popup {
    padding-top: 0;
    line-height: 1.5;
  }
  #no-license-popup #no-license-popup-wrapper {
    width: auto;
    color: #222222;
    line-height: 2;
    text-align: left;
  }
  #no-license-popup #no-license-popup-close {
    position: absolute;
    right: 34%;
    top: 99px;
    width: 50px;
    height: 50px;
    z-index: 999999;
    font-size: 2.5rem;
    color: #666;
  }
  #no-license-popup #no-license-popup-wrapper {
    position: fixed;
    width: 96%;
    top: 70px;
    left: 35%;
    margin-right: 2% !important;
    margin-left: 2% !important;
    padding: 10px;
    border-radius: 20px;
  }
  #no-license-popup #popup-entry-bg {
    margin-top: 5%;
  }
  #no-license-popup #popup-content {
    position: relative;
    width: 100%;
  }
  #no-license-popup #popup-content img {
    display:block; 
    width:30%
  }
  #no-license-popup #no-license-popup-wrapper #popup-search-desc>div {
    margin-left: 0px;
  }
}

/* no-license-popup */
@media screen and (max-width: 414px) {
  #no-license-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999998;
    background-color: rgba(50,50,50,0.5);
    overflow-y: auto;
    font-size: 12px;
    text-align: center;
    padding-top: 15px;
    display: none;
  }
  #no-license-popup #no-license-popup-wrapper {
    display: none;
    margin: 20px auto;
    width: 950px;
    background-color: transparent;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  #redirect-search #no-license-popup {
    display: block;
  }
  #redirect-search #no-license-popup #no-license-popup-wrapper {
    display: block;
  }
  #no-license-popup {
    padding-top: 0;
    line-height: 1.5;
  }
  #no-license-popup #no-license-popup-wrapper {
    width: auto;
    color: #222222;
    line-height: 2;
    text-align: left;
  }
  #no-license-popup #no-license-popup-close {
    position: absolute;
    right: 4%;
    top: 99px;
    width: 50px;
    height: 50px;
    z-index: 999999;
    font-size: 3.5rem;
    color: #666;
  }
  #no-license-popup #no-license-popup-wrapper {
    position: fixed;
    width: 96%;
    top: 70px;
    margin-right: 2% !important;
    margin-left: 2% !important;
    padding: 10px;
    border-radius: 20px;
  }
  #no-license-popup #popup-entry-bg {
    margin-top: 5%;
  }
  #no-license-popup #popup-content {
    position: relative;
    width: 100%;
  }

  #no-license-popup #popup-content img {
    display:block; 
    width: 100%;
  }

  #no-license-popup #no-license-popup-wrapper #popup-search-desc>div {
    margin-left: 0px;
  }
}
