.in-image-wrapper {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    max-width: 747px;
    margin: 0px auto;
    right: 0;
    left: 0;
    display:none;
}
.article-getimage {
    overflow: hidden;
    position: relative;
    max-width: 747px;
    margin: 0 auto;
}
/*.article-getimage > img {
    max-width: 747px;
    width: 100%;
}*/
.article-getimage.embed-video{
    max-width: 747px;
    margin: 0 auto;
}

.in-image {
display:none;
}

/* close button */
.close-inimage, .keep {
    display:none;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    opacity: 1;
    border-radius: 50%;
    width: 21px;
    height: 21px;
    background: #000;
    border: none;
    z-index: 2;
}
.close-inimage:hover {
  opacity: 1;
}
.close-inimage:before, .close-inimage:after,
.keep:before, .keep:after {
  position: absolute;
  left: 10px;
  content: ' ';
  height: 15px;
  width: 2px;
  background-color: #c0bebe;
  top: 3px;
}
.close-inimage:before,
.keep:before {
  transform: rotate(45deg);
}
.close-inimage:after,
.keep:after {
  transform: rotate(-45deg);
}
.close-inimage{
    right: 40px;
}

/* open button */
.open-inimage {
    cursor: pointer;
    display:none;
    opacity: 1;
    border-top-right-radius: 7px;
    width: 128px;
    height: 40px;
    background: #000;
    border: none;
    font-size: 9px;
    position: absolute;
    margin-top: -18px;
    font-family: 'Montserrat', sans-serif !important;
    color: #777;
    line-height: 2;
}
.open-inimage:before {
content: ' OPEN ADVERTISEMENT';
}


/* hide  button */
.keep:before{
  content: ' ';
/*margin: 0 6px;*/
  left: 13px;
    height: 10px;
  top: 6px;
}
.keep:after {
    content: ' '; 
    left: 7px;
    height: 10px;
    top: 6px;
}
.in-image_desktop,
.in-image_mobile,
.in-image_tablet {
display:none;
}

@media (max-width: 480px){
.in-image_mobile {
display:inherit;
}
}
@media (max-width: 594px) and (min-width: 479px) {
.in-image_tablet {
display:inherit;
}
}
@media (min-width: 595px) {
.in-image_desktop {
display:inherit;
}
}
.inimage-hide .in-image-wrapper {display:none !important;}