.imagecontour {
 padding: 10px; 
 border: solid 1px #EFEFEF;
 background-color: #FFFFFF;
 }
 
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}
.effect2:after
{
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.c-layout-sidebar-content img,
.c-media img {
    height:auto;
    max-width:100%;
}
.c-layout-sidebar-content iframe {
    max-width:100%;
}

.tp-rightarrow.tparrows.circle.scroll-indicator {
    position: absolute;
    bottom: 5%;
    left: 50%;
    opacity: 100;
    transform: translate(-50%) rotate(90deg);
    width: 40px;
    height: 40px;
    cursor: default;
}