@mixin image-full-size-styles {
    .image-full-size {
        img {
            width: 100% !important;
            height: auto !important;
        }
    }
}
