.drag-sec{
    background-image: url(../img/index/drag-bg.jpg)!important;
    background-repeat: no-repeat;
}

#mydiv {
  position: absolute;
  z-index: 9;
  text-align: center;
}

#mydivheader {
  padding: 10px;
  cursor: move;
  z-index: 10;
  color: #fff;
}

/************************* second drag image ****************************/

#mydiv2 {
  position: absolute;
  z-index: 9;
  text-align: center;
}

#mydivheader2 {
  padding: 10px;
  cursor: move;
  z-index: 10;
  color: #fff;
        transform: rotate(339deg);
}


/************************* third drag image ****************************/

#mydiv3 {
  position: absolute;
  z-index: 9;
  text-align: center;
}

#mydivheader3 {
  padding: 10px;
  cursor: move;
  z-index: 10;
  color: #fff;
        transform: rotate(339deg);
}


/************************* forth drag image ****************************/

#mydiv4 {
  position: absolute;
  z-index: 9;
  text-align: center;
}

#mydivheader4 {
  padding: 10px;
  cursor: move;
  z-index: 10;
  color: #fff;
        transform: rotate(339deg);
}


/************************* fifth drag image ****************************/

#mydiv5 {
  position: absolute;
  z-index: 9;
  text-align: center;
}

#mydivheader5 {
    padding: 10px;
    cursor: move;
    z-index: 10;
    color: #fff;
    transform: rotate(400deg);
}


/************************* sixth drag image ****************************/

#mydiv6 {
  position: absolute;
  z-index: 9;
  text-align: center;
}

#mydivheader6 {
    padding: 10px;
    cursor: move;
    z-index: 10;
    color: #fff;
    transform: rotate(360deg);
}


/************************* seventh drag image ****************************/

#mydiv7 {
  position: absolute;
  z-index: 9;
  text-align: center;
}

#mydivheader7 {
    padding: 10px;
    cursor: move;
    z-index: 10;
    color: #fff;
    transform: rotate(350deg);
}


/************************* eighth drag image ****************************/

#mydiv8 {
    position: absolute;
    z-index: 9;
    text-align: center;
}

#mydivheader8 {
    padding: 10px;
    cursor: move;
    z-index: 10;
    color: #fff;
    transform: rotate(339deg);
}


/************************* ninth drag image ****************************/

#mydiv9 {
    position: absolute;
    z-index: 9;
    text-align: center;
}

#mydivheader9 {
    padding: 10px;
    cursor: move;
    z-index: 10;
    color: #fff;
    transform: rotate(378deg);
}