p.payment_module a.realexpayments {
    background: url(../img/creditcard.svg) 15px 15px no-repeat #fbfbfb;
		background-size: 64px 64px;
}

p.payment_module a.realexpayments:hover {
    background-color: #f6f6f6;
}

p.payment_module a.realexpayments:after {
  display: block;
   content: "\f054";
   position: absolute;
   right: 15px;
   margin-top: -11px;
   top: 50%;
   font-family: "FontAwesome";
   font-size: 25px;
   height: 22px;
   width: 14px;
   color: #777; }
p.success_message{
      font-size: 16px;
    text-transform: uppercase;
}
@media (max-width: 1024px){
.fancybox-opened{
    opacity: 1;
    /*overflow: scroll!important; */
    /* height: 90%!important; */
    /* width: 90%!important; */
    max-height: 90%;
    max-width: 90%;
    position: fixed!important;
    top: 5%!important;
    /* left: 5%!important; */
}
.fancybox-inner{
    overflow: hidden;
    width: 100%!important;
    height: 100%!important;
}

.fancybox-inner img {
  max-width: 100%;
  margin: 0 auto;
}
.fancybox-lock .fancybox-overlay{
  overflow:scroll!important;
}
.fancybox-skin{
  padding: 5px!important;
}
}
/*.fancybox-wrap {
    position: absolute;
    top: 10px !important;
}*/
#iframerealex{
  min-height: 700px!important;
  max-width: 100%!important;
}

@media (max-width: 424px){
  .fancybox-opened{
      top: unset;
      margin: 0 auto;
  }
}


