@media only screen and (min-width: 480px){
    .img_no1 {
        width: 200%;
    }  
}
@media only screen and (min-width: 1260px){
.img_no1 {
    width: 300%;
}
}
@media only screen and (min-width: 0px){
    button.mfp-close {
        position: absolute !important;
        width: auto !important;
        height: auto !important;
        top: 125px !important;
        right: 10% !important;
    }
    .mfp-close{
        background-color: transparent !important;
    }
}

@media only screen and (max-width: 437px){
    .mfp-bg.mfp-with-zoom.mfp-img-mobile.mfp-ready{
    width: 105% !important;
}
.mfp-container.mfp-s-ready.mfp-image-holder {
    width: 105% !important;
}
button.mfp-close:before, button.mfp-close:after {
    content: "";
    
    width: 1.5rem;
    height: 1.5rem;
    
}
.mfp-arrow:before, .mfp-arrow:after {
    width: 1.5rem;
    height: 1.5rem;
    
}
button.mfp-arrow.mfp-arrow-left.mfp-prevent-close {
    left: 8%;
}
button.mfp-arrow.mfp-arrow-right.mfp-prevent-close {
    right: 8%;
}
}