.note-is-active .layout {
    position: absolute;
    left: -220px;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    //transform: rotate(-8deg);
}
.note-is-active .note{
    top: 43%;
    left: 54%;
    transform: rotate(9deg);
    width: 450px;    
}
.note.is-clicked{
    cursor: url(images/hover-cursor-2.svg), auto;
}

.note {
  position: absolute;
  top: 47%;
  left: 50%;
  height: auto;
  background: #FF6211;
  color: #C19449;
  z-index: 12;
  transform: rotate(4deg);
  padding: 0px 20px 10px;
  width: 380px;
  border: none;
  color: white;
  transition: opacity 0.7s;
  border-color: #444;
  opacity: 1;
}

.note-contents a{
        
    border-bottom: 1px solid white;
    
}


.note-video{
    display: none;
    position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.open-video-link > a{
    position: relative;
    text-decoration: underline;
    display:inline-block;
}
.open-video-link > a:hover{
    
}    
.open-video-link > a:after{
    background: url('images/play.svg') no-repeat right center;
    content:'';
    display: block;
    height: 16px;
    background-size: 14px 14px;
    float: right;
    margin-right: -20px;
    width: 9px;
    background-position: -4px 4px;
}

.menu-group{
    padding:20px 0;
}
.video-list{
    width: 800px;
    max-width: 100%;
    position: absolute;
    padding-bottom: 80px;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
}
.video-list-desc{
    padding: 25px 15px 0;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}
.video-item{
    display:flex;
    padding: 15px 0;
    max-width: 700px;
    margin: 0 auto;
}
.img-wrap{
    flex:30;
}
.img-wrap img{
    max-width: 200px;
}
.item-contents{
    flex:70;
    padding:0px;
    padding-left: 30px;
}

.item-contents h2{
    font-size: 19px;
    line-height: 21px;
}
.item-contents p{
    font-size: 16px;
}

h2.videos-heading{
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
}

.note.note_white.video_open{
    z-index: 12345679;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: rotate(0);
    width: 100%;
}

.note.note_white{
    opacity: 1;
    background: white;
    color:black;
        top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
z-index: 12345679;
    
    padding: 0px 20px 10px;
    width: 700px;
    
}
@media (max-width: 767px) {

    .video-list{
        padding-left: 15px;
        padding-right: 15px;
    }

    .video-item{
        display:block;
        padding:30px 0 0;
    }
    .img-wrap{
        display: block;
        text-align: center;
    }
    .img-wrap img{
            max-width: 100%;
        width: 100%;
    }
    .item-contents{
        display: block;
        padding:20px 5px;
    }

    .item-contents h2{
        font-size: 18px;
    }

    .note.note_white{
        top: 70px;
        left: 4%;
        transform: none;
        width: 92%;
    }
    .note_white .note-wrapper { 
      padding: 15px;
    }
}
.note_white .note-wrapper { 
  padding: 25px;
}
.note_white a#video-link{
    color:#FF6211;
    text-decoration: underline;
}
.note_white .close-note{
    background-image: url(images/close-btn.svg);
        width: 22px;
    height: 22px;

}    
.note.on1 {
  top: 40%;
}
.note.closed {
  opacity: 0;
}
.note.opened {
  opacity: 1;
}
.note p {
  font-size: 16px;
}
.note h2 {
  font-size: 16px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .note {
    top: 45%;
    right: 20px;
    padding: 0px 10px 0px 5px;
    width: 250px;
    left: 15px;
    transform: rotate(2deg);
    border: none;
  }
  .note-is-active .layout{
        height: 690px;
    top: 20px;
    left: 15px;
  }
  .note-is-active .note {
     top: 42%;
    left: 15px;
    transform: rotate(6deg);
    width: auto;
    right: 8%;
}
  .note{
        top: 38%;
    right: 19px;
    padding: 0px 10px 0px 5px;
    width: 270px;
    left: auto;
    transform: rotate(10deg);
  }
  .note p {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 10px 0;
  }
  .note h2 {
    font-size: 12px;
    line-height: 18px;
  }
}

.note a {
  color: inherit;
}

.note-wrapper {
  position: relative;
  padding: 22px;
}
@media (max-width: 767px) {
  .note-wrapper {
    padding: 15px 20px;
  }
}

.close-note {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 20px;
  width: 18px;
  height: 18px;
  background: url(images/refresh-menu.svg) no-repeat;
  background-size: 100%;
  z-index: 123456789;
}
@media (max-width: 767px) {
  .close-note {
    top: 15px;
    right: 5px;
    width: 14px;
    height: 14px;
    opacity: 0.8;
  }
}