#demo-1,#demo-2,#demo-3,#demo-4,#demo-5,#demo-6,#demo-7,#demo-8,#demo-9,#demo-10,
#demo-11,#demo-12,#demo-13,#demo-14,#demo-15,#demo-16,#demo-17,#demo-18,#demo-19,
#demo-20,#demo-21,#demo-22,#demo-23,#demo-24,#demo-25,#demo-26,#demo-27,#demo-28,#demo-29,
#demo-30,#demo-31,#demo-32,#demo-33,#demo-34,#demo-35,#demo-36,#demo-37,#demo-38,#demo-39,
#demo-40,#demo-41,#demo-42,#demo-43,#demo-44,#demo-45,#demo-46,#demo-47,#demo-48,#demo-49,
#demo-50,#demo-51,#demo-52,#demo-53,#demo-54,#demo-55,#demo-56,#demo-57,#demo-58,#demo-59,
#demo-60,#demo-61,#demo-62,#demo-63,#demo-64,#demo-65,#demo-66,#demo-67,#demo-68,#demo-69
 {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 5px 0;
    background: #444;
}

#demo-1 {
    width: 500px;
    height: 300px;
}

#demo-2 {
    width: 300px;
    height: 500px;
}

.full-screen-btn {
    background-color: #eaeaea;
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    cursor: pointer;
    border-radius: 2px;
    box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
    background-image: url(Fullscreen_Sprite.svg);
    background-size: 200% 200%;
    background-repeat: no-repeat;
    background-position: top left;
}

.full-screen-btn:hover {
    background-position: top right;
}

[data-fullscreen-360=true] .full-screen-btn {
    background-position: bottom left;
}

[data-fullscreen-360=true] .full-screen-btn:hover {
    background-position: bottom right;
}

.full-screen-btn.top {
    top: 10px;
}

.full-screen-btn.left {
    left: 10px;
}

.full-screen-btn.bottom {
    bottom: 10px;
}

.full-screen-btn.right {
    right: 10px;
}