#homeModal #popupcontainer {
  margin: 0 auto;
  width: 500px;
  height: 500px; }
  #homeModal #popupcontainer .bg-image-modal {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px); }
  #homeModal #popupcontainer .btn-color {
    background-color: #BA0816 !important;
    border-color: #BA0816 !important;
    margin-top: 35%; }

@media (max-width: 576px) {
  #homeModal #popupcontainer {
    width: 320px;
    height: 320px; }
  #homeModal #popupcontainer .bg-image-modal {
    min-height: 320px;
    margin-right: 20px; } }
