@media screen and (max-width: 768px) {
	#fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0px;
    z-index: 1101;
    display: none;
    WIDTH: 82%!important;
}#fancybox-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0;
    outline: none;
    overflow: hidden;
    width: 94%!important;
}}