.row{
    margin: 0;
}  
.carousel-inner .item{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.fancybox-wrap{
    margin-top: 100px;
}
#txt-popup .fa{
    margin-right: 10px;
}
@media(max-width:1300px){
    .fancybox-wrap{
        margin-top: 130px;
    }
}
@media(max-width:700px){
  
    .fancybox-opened{
       width: 90vw!important;
    }
    .fancybox-inner{
        width: 100%!important;
    }
    .fancybox-wrap{
        margin-top: 0px;
    }
}