.cursor,.next,.prev{
    cursor:pointer
}
img{
    vertical-align:middle
}
.container{
    position:relative
}
.mySlides{
    display:none
}
.next,.prev{
    position:absolute;
    top:35%;
    width:auto;
    padding:10px;
    margin-top:-20px;
    color:#fff;
    font-weight:700;
    font-size:40px;
    border-radius:0 6px 6px 0;
    user-select:none;
    -webkit-user-select:none
}
.next{
    right:0;
    border-radius:3px 0 0 3px
}
.next:hover,.prev:hover{
    background-color:rgba(0,0,0,.8)
}
.numbertext{
    color:#f2f2f2;
    font-size:.9rem;
    line-height:2rem padding: .5rem .5rem;
    right:.5rem;
    position:absolute;
    top:0
}
.caption-container{
    font-family:Arial,sans-serif;
    text-align:center;
    background-color:#222;
    padding:.2rem 1rem;
    color:#fff
}
.row:after{
    content:"";
    display:table;
    clear:both
}
.pic2show{
    opacity:.6
}
.active,.pic2show:hover{
    opacity:1
}
.centre{
    display:block;
    margin-left:auto;
    margin-right:auto
}
.cap-bar
{
  height: .5rem;
  background-color:#260202;
}
.nimage
{
  width: 100%;
  height: 100%;
  max-height: 500px;
  background: #260202;
  object-fit: contain;
}
