.in5-iframe-wrapper {
    position: relative;
}

.in5-iframe-wrapper iframe {
    box-shadow: none;
    border: 1px solid #686868;
}

.in5-new-window, .in5-fullscreen {
    position: absolute;
    top: 0;
    padding: 5px;
    width: 35px;
    height: 35px;
    line-height: 25px;
    background: rgba(255, 255, 255, 1);
    color: #686868 !important;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: none !important;
    border: 1px solid #686868;
    cursor:pointer;
}

.in5-move-to-right {
    right: 31px;
}

.in5-fullscreen {
    right: 0;
}

.in5-new-window:focus, .in5-fullscreen:focus {
    outline: none;
}

.in5-iframe-wrapper iframe:-webkit-full-screen {
    width: 100%;
    height: 100%;
}