@charset "utf-8";

.window {
  width: 100%;
  height: auto;
  margin-bottom: 25px !important;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  min-height: 290px;
}
.window.dragover {
  animation: shake 0.5s infinite linear;
}
.glass {
  width: 50%;
  height: 100%;
  position: absolute;
}
.glass.left {
  left: 0px;
  background-image: url(../images/2-2R.png);
  background-size: cover;
  background-position: top left;
}
.glass.right {
  right: 0px;
  background-image: url(../images/2-2L.png);
  background-size: cover;
  background-position: top right;
}

.handle {
  width: 2px;
  height: 100%;
  position: absolute;
  background: #008485;
  z-index: 1;
  cursor: pointer;
  left: 50%;
}
.handle:after {
  content: "‹ ›";
  color: #FFF;
  text-align: center;
  font-size: 24px;
  line-height: 26px;
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  background: #008485;
}

@media screen and (max-width:1260px) {
.window {
  min-height: 285px;
}
}
@media screen and (max-width:1240px) {
.window {
  min-height: 278px;
}
}
@media screen and (max-width:1200px) {
.window {
  min-height: 270px;
}
}
@media screen and (max-width:1160px) {
.window {
  min-height: 260px;
}
}
@media screen and (max-width:1140px) {
.window {
  min-height: 255px;
}
}
@media screen and (max-width: 1100px) {
.window {
  min-height: 245px;
}
}
@media screen and (max-width: 1060px) {
.window {
  min-height: 235px;
}
}
@media screen and (max-width: 1040px) {
.window {
  min-height: 230px;
}
}
@media screen and (max-width: 1024px) {
.window {
  min-height: 225px;
}
}
@media screen and (max-width: 1000px) {
.window {
  min-height: 220px;
}
}
@media screen and (max-width: 990px) {
.window {
  min-height: 215px;
}
}
@media screen and (max-width: 900px) {
.window {
  min-height: 195px;
}
}
@media screen and (max-width: 850px) {
.window {
  min-height: 180px;
}
}
@media screen and (max-width:768px) {
  .window {
  min-height: 320px;
}
}
@media screen and (max-width:700px) {
  .window {
  min-height: 290px;
}
}
@media screen and (max-width:640px) {
  .window {
  min-height: 260px;
}
}
@media screen and (max-width:580px) {
  .window {
  min-height: 230px;
}
}
@media screen and (max-width:500px) {
  .window {
  min-height: 210px;
}
}
@media screen and (max-width:420px) {
  .window {
  min-height: 160px;
}
}