﻿.videos {
  position: relative;
  cursor: pointer;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.videos img {
  display: block;
}

.maindesign .videos--overmaker {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 20%;
  height: auto;
  opacity: 0.7;
}

#modalwindow {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

#bamiri {
  width: 65%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background-color: #fff;
}

#subwindow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.modal_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 15%;
  height: 15%;
  max-width: 80px;
  max-height: 80px;
  transform: translate(50%, -100%);
}


.youtube {
  width: 100%;
  height: auto;
}


@media screen and (max-width:767px) {
  #bamiri {
    width: 80%;
  }

  .modal_close {
    top: -40px;
    right: -20px;
    width: 40px;
    height: 40px;
    transform: translate(0, 0);
  }
}