.custom_rotate {margin: 0 auto;border: none;box-shadow: none!important;color: transparent!important;background: none !important; box-sizing: border-box; position: relative;}
.custom_rotate:before{content: '';position: absolute;top: 0;bottom: 0;right: 0;left: 0;}
.custom_rotate  img{display: block;margin: 0 auto;max-width: 100% !important;}
.custom_rotate.ajax{opacity: 0;height: 100px;}
.custom_rotate.ajax.show{animation: popIn .4s;opacity: 1;height: auto;}
@keyframes popIn { from {transform: scale(0.95); opacity: 0;} to {transform: scale(1); opacity: 1;} }