File: /home/bigisxfd/public_html/wp-content/plugins/advanced-iframe-custom/hide_fullscreen.html
<style>
img.ai-fullscreen-open {
width: {width} !important;
height: {height} !important;
cursor: pointer;
}
img.ai-fullscreen-open:hover {
transform: scale(1.1);
}
img.ai-fullscreen-close {
z-index:100005;
position:fixed;
width: {width} !important;
height: {height} !important;
cursor:pointer;
display:none;
}
img.ai-fullscreen-close-{id} {
{x_style}: {x_distance};
{y_style}: {y_distance};
}
img.ai-fullscreen-close:hover {
transform: scale(1.1);
}
</style>
<img class="ai-fullscreen-open" src="{plugin_url}img/fullscreen_open.png" data-id="{id}" />
<img class="ai-fullscreen-close ai-fullscreen-close-{id}" src="{plugin_url}img/fullscreen_close.png" />