#vnt-trustvn-gallery{
    width: 100%;
    max-width: 100%;
    height:100vh;
    overflow: hidden;
    background: #000000;
    padding: 0;
}
#galleryFor{
    height:100vh;
    position: relative;
}
#galleryFor .item{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
}
#galleryFor .item.active{
    opacity: 1;
    visibility: visible;
}
#galleryFor .img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
}
#galleryFor .img img{
    width: 100%;
}
#galleryFor .slide-arrow{
    display: none;
}
/*===========================================================*/
#galleryNav {
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 10px;
    z-index: 2;
}
#galleryNav .wrap{
    direction: rtl;
    padding-left: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    overflow: hidden;
    overflow-y: auto;
    max-height: 100%;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}
#galleryNav .wrap::-webkit-scrollbar {
    height: 6px;
    width:4px;
    background: #f5f5f5;
    padding:3px;
}
#galleryNav .wrap::-webkit-scrollbar-thumb {
  background-color: #bbbbbb;
  outline: 1px solid black;
}
#galleryNav .item{
    margin-bottom: 10px;
    width: 70px;
    flex-basis: 70px;
    flex-shrink: 0;
}
#galleryNav .item.active .img:before{
    opacity: 1;
}
#galleryNav .img{
    position: relative;
    overflow: hidden;
}
#galleryNav .img:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border:solid 2px #000000;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 1;
}
#galleryNav .img img{
    width: 100%;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1025px){
#vnt-trustvn-gallery,
#galleryFor{
    overflow: initial;
    height:initial;
    min-height: 100vh;
    background: #ffffff;
}
#galleryFor .img{
    position: initial;
    -webkit-transform: initial !important;
    -ms-transform: initial !important;
    -o-transform: initial !important;
    transform: initial !important;
}
#galleryFor{
    height:100%;
}
#galleryFor .slide-wrap{
    min-height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
#galleryFor .item{
    position: initial;
    width: 100%;
    display: none;
}
#galleryFor .item.active{
    display: block;
}
#galleryNav{
    top: 15px;
    left: 0;
}
#galleryNav .item{
    width: 50px;
    flex-basis: 50px;
    margin-bottom: 10px;
}
}

@media all and (max-width: 991px){

}

@media all and (max-width: 768px){

}

@media all and (max-width: 767px){
#galleryNav .item{
    width: 35px;
    flex-basis: 35px;
}
}

@media all and (max-width: 640px){

}

@media all and (max-width: 480px){

}

@media all and (max-width: 380px){

}