.mx-vertical-align { position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } #reklama-overlay { position: fixed; top: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, .6); z-index: 200; } #reklama-overlay__box { position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); margin: 0 auto; width: 306px; height: auto; border: 3px solid #000; border-radius: 5px; background-color: #fff; overflow: hidden; } #reklama-overlay__box__cross { z-index: 501; background-color: #fff; position: absolute; float: right; top: 0; right: 0; height: 20px; width: 20px; line-height: 18px; text-align: center; font-size: 11px; border: solid #000; border-width: 0px 0px 1px 1px; border-top-right-radius: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 5px; border-top-left-radius: 0; background-clip: padding-box; } #reklama-overlay__box__cross:hover { cursor: pointer; } #reklama-overlay__code { height: 100%; width: 100%; } td[class^=SC_TBlock], td[class^=SC_TBlock] td { padding: 0 !important; } .footer-sticky-wrapper { position: fixed; bottom: 0; left: 0; width: 100%; text-align: center; z-index: 10; } .footer-sticky { position: relative; background-color: rgba(0, 0, 0, 0.5); } .footer-sticky-close { position: absolute; top: -30px; right: 0; display: block; background: rgba(0, 0, 0, 0.5); line-height: 30px; padding: 0 20px; text-align: center; cursor: pointer; color: #fff; } .footer-sticky .footer-sticky-mobile { display: none; } .hidden { display: none; } .hidden-mobile { display: block; } @media (max-width: 1000px) { .footer-sticky .footer-sticky-mobile { display: block; } .footer-sticky .footer-sticky-pc { display: none; } .visible-mobile { display: block; } .hidden-mobile { display: none; } } /* layout changes */ #td-outer-wrap { width: 1021px; margin-right: auto; margin-left: auto; } @media (max-width: 1023px) and (min-width: 768px) { #td-outer-wrap { width: 756px; } } @media (max-width: 767px) { #td-outer-wrap { width: 100%; } }