/* Mfp lightbox override part 2 – Author: studio WPJ */

.mfp-close {
   width: 3.5rem !important;
   height: 3.5rem !important;
   background: none !important;
   top: 40px !important;
   right: 0 !important;
   background-color: #061f2b !important;
   opacity: 1 !important;
}

.mfp-close:hover {
   background-color: #13303e !important;
}

.mfp-iframe-holder .mfp-close {
   top: 0 !important;
}