#elementResizable {
    border: 1px dashed #43a4c1;
    width: 300px;
    height: 140px;
    position: absolute;

}
#nwgrip, #negrip, #swgrip, #segrip, #ngrip, #egrip, #sgrip, #wgrip, .any-grip {
    width: 18px !important;
    height: 18px !important;
    background-color: #ffffff;
    border: 1px solid #FFC952;
    position: absolute;
}
#nwgrip {
    left: -9px;
    top: -9px;
}
#negrip{
     top: -9px;
     right: -9px;
}
#swgrip{
    bottom: -9px;
    left: -9px;
}
#segrip{
     bottom: -9px;
    right:-9px;
}
#ngrip{
     top: -9px;
    left:46%;
}
#sgrip{
     bottom: -9px;
    left: 46%;
}
#wgrip{
     left:-9px;
     top:46%;
}
#egrip{
     right:-9px;
     top:46%;
}

#elementResizable2 {
    border: 1px dashed #43a4c1;
    width: 300px;
    height: 140px;
    position: absolute;

}
#nwgrip2, #negrip2, #swgrip2, #segrip2, #ngrip2, #egrip2, #sgrip2, #wgrip2 {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border: 1px solid #FFC952;
;
}
#nwgrip2 {
    left: -5px;
    top: -5px;
}
#negrip2{
     top: -5px;
     right: -5px;
}
#swgrip2{
    bottom: -5px;
    left: -5px;
}
#segrip2{
     bottom: -5px;
    right:-5px;
}
#ngrip2{
     top: -5px;
    left:50%;
}
#sgrip2{
     bottom: -5px;
    left: 50%;
}
#wgrip2{
     left:-5px;
     top:50%;
}
#egrip2{
     right:-5px;
     top:50%;
}

.sidebar-photos{
  width: 60px;
  height: 60px;
}
