#christmas .modal-body{ background:red url(../images/popup/bgChristmas.jpg) no-repeat center center; position:relative; background-size:cover; }
#christmas .modal-body .title{ padding:30px 0; }
#christmas .modal-body .title h2{ color:#42220d; line-height:1.2; font-weight:700; line-height:1.5!important; }
#christmas .modal-body .title h2 small{ font-weight:600; line-height:1.2!important; }
#christmas .modal-body .links{ padding-bottom:30px; }
#christmas .modal-body .links .lnkMore{ background-color:#42220d; font-style:normal!important; }

@media(max-width:575px){
  #christmas .modal-dialog{ width:calc(100% - 20px); max-width:100%; } 
  #christmas .modal-body .title h2{ font-size:32px!important; }
  #christmas .modal-body .title h2 small{ font-size:20px!important; }
  #christmas .links .lnkMore{ width:100%; padding-left:0; padding-right:0; }
}

@media(min-width:576px) and (max-width:767px){
  #christmas .links .lnkMore{ width:100%; padding-left:0; padding-right:0; }
}

@media(min-width:768px){
  #christmas .links .lnkMore{ width:175px; }
}

@media(min-width:1600px){
  #christmas .modal-body .title h2{ font-size:45px!important; }
  #christmas .modal-body .title h2 small{ font-size:24px!important; }
}