.fancybox-skin{
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
}
.fancybox-close{
    /*
    background-image:url(img/close9.png)!important;
    width:45px!important;
    height:45px!important;
    top:-45px;
    right:-45px;
    */

    background-image:url(img/close2.png)!important;
    width:33px!important;
    height:33px!important;
    top:-35px;
    right:-35px;

    background-size:auto!important;
}

@media (max-width: 768px){
    .fancybox-close{
        /*
        top:-50px!important;
        right:0!important;
        */

        top:-40px!important;
        right:0!important;
    }
}