img.fancybox-image {
    height: auto;
    width: 200%;
    max-height: none !important;
}

.fancybox-content > img:first-child {
    /* display: none; */
}

@media screen and (max-width:415px){
        img.fancybox-image {
        height: auto;
        max-width: 100% !important;
        width: 200%;
    }
}

@media screen and (max-width:415px){
	img.fancybox-image {
        padding-bottom: 34px;
    }
}

