/*
* Project: Matrix Update
* Author: IDH-media
* Comments:Template File
*
*/

.prev_next_btn {
  content:'';
  display:block;
  margin:0px auto;
  margin-top:50px;
  width:100px; height:110px;
  background: url('../img/down.png') center center no-repeat;
  background-size:contain;
  cursor:pointer;
}

/*
.section:after{
  content:'';
  display:block;
  margin:0px auto;
  margin-top:50px;
  width:100px; height:110px;
  background: url('../img/down.png') center center no-repeat;
  background-size:contain;
  cursor:pointer;
}

.section[data-temp='Video Background']:after,
.section[data-temp='Gallery']:after
{
  position:absolute;
  bottom:50px;
  left:50%;
  margin-left:-50px;
}

.section:last-of-type:after{ background-image: url('../img/up.png'); }
*/

.section[data-temp='Video Background'] .prev_next_btn,
.section[data-temp='Gallery'] .prev_next_btn
{
  position:absolute;
  bottom:50px;
  left:50%;
  margin-left:-50px;
}

.section:last-of-type .prev_next_btn { background-image: url('../img/up.png'); }
