/* Desctop Style */
@media screen and (min-width:1500px) {
.maingallery-slider  {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap:2em;
    height:460px;
    position:relative;
    margin:auto;
    scroll-snap-type: x mandatory;
    scroll-snap-stop: always;
    scroll-snap-align: start;
    overflow-x: scroll;
    overflow-y: hidden;
}

.maingallery-album {
    width:243px;
    height:430px;
    padding:0px;
    margin:0px;
    position:relative;
    top:0px;
    text-align:center;
    cursor:pointer;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:6px;
    scroll-snap-align: start;
}
.maingallery-album img
{
    height:220px;
    width:220px;
    padding:10px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.maingallery-desc
{
    color:#666;
    width:220px;
    position:relative;
    top: 10px;
    left:0px;
    bottom:44px;
    line-height:20px;
    overflow:hidden;
    padding: 10px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
  -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
    }
.maingallery-head
{
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    margin:0;
    position:relative;
    color: #ffffff;
}
.maingallery-cont
{
    height: 80px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    padding:15px 20px;
    margin:10px 0 0 0;
    color:#333333;
    display:block;
    float:left;
    text-shadow:none;
}
} /*End Desctop Version */
/* Laptop Style */
@media screen and (min-width:880px) and (max-width:1500px) {
.maingallery-slider  {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap:2em;
    height:460px;
    position:relative;
    margin:auto;
    scroll-snap-type: x mandatory;
    scroll-snap-stop: always;
    scroll-snap-align: start;
    overflow-x: scroll;
    overflow-y: hidden;
}
.maingallery-album {
    width:243px;
    height:430px;
    padding:0px;
    margin:0px;
    position:relative;
    top:0px;
    text-align:center;
    cursor:pointer;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:6px;
    scroll-snap-align: start;
}
.maingallery-album img
{
    height:220px;
    width:220px;
    padding:10px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.maingallery-desc
{
    color:#666;
    width:220px;
    position:relative;
    top: 10px;
    left:0px;
    bottom:44px;
    line-height:20px;
    overflow:hidden;
    padding: 10px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
        }
.maingallery-head
{
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    margin:0;
    position:relative;
    color: #ffffff;
}
.maingallery-cont
{
    height: 80px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    padding:15px 20px;
    margin:10px 0 0 0;
    color:#333333;
    display:block;
    float:left;
    text-shadow:none;
}

} /*End Desctop Version */
/* Mobile Style */
@media screen and (min-width:430px) and (max-width:880px) {
.maingallery-slider  {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap:1em;
    height:400px;
    position:relative;
    margin:auto;
    scroll-snap-type: x mandatory;
    scroll-snap-stop: always;
    scroll-snap-align: start;
    overflow-x: scroll;
    overflow-y: hidden;
}
.maingallery-album {
    width:200px;
    height:400px;
    padding:0px;
    margin:0px;
    position:relative;
    top:0px;
    text-align:center;
    cursor:pointer;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:6px;
    scroll-snap-align: start;
}
.maingallery-album img
{
    height:180px;
    width:180px;
    padding:5px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.maingallery-desc
{
    color:#666;
    width:180px;
    position:relative;
    top: 10px;
    left:0px;
    bottom:14px;
    line-height:10px;
    overflow:hidden;
    padding: 5px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
        }
.maingallery-head
{
        -webkit-border-radius:3px;
        -moz-border-radius:3px;
        border-radius:3px;
        margin:0;
        position:relative;
        color: #ffffff;
}
.maingallery-cont
{
        height: 80px;
        -webkit-border-radius:3px;
        -moz-border-radius:3px;
        border-radius:3px;
        padding:15px 20px;
        margin:10px 0 0 0;
        color:#333333;
        display:block;
        float:left;
        text-shadow:none;
}


}   /* End Mobile Style */
/* Mobie Style SMALL */
@media screen and (max-width:430px) {
.maingallery-slider  {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:1em;
    height:300px;
    position:relative;
    margin:auto;
    scroll-snap-type: x mandatory;
    scroll-snap-stop: always;
    scroll-snap-align: start;
    overflow-x: scroll;
    overflow-y: scroll;
    }
.maingallery-album {
    width:150px;
    height:300px;
    padding:0px;
    margin:0px;
    position:relative;
    top:0px;
    text-align:center;
    cursor:pointer;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:6px;
    scroll-snap-align: start;
    }
.maingallery-album img {
    height:140px;
    width:140px;
    padding:5px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    }
.maingallery-desc {
    color:#666;
    width:140px;
    position:relative;
    top: 5px;
    left:5px;
    bottom:14px;
    line-height:5px;
    overflow:hidden;
    padding: 5px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
        }
.maingallery-head {
        -webkit-border-radius:3px;
        -moz-border-radius:3px;
        border-radius:3px;
        margin:0;
        position:relative;
        color: #ffffff;
    }
.maingallery-cont {
        height: 80px;
        -webkit-border-radius:3px;
        -moz-border-radius:3px;
        border-radius:3px;
        padding:5px 5px;
        margin:5px 0 0 0;
        color:#333333;
        display:block;
        float:left;
        text-shadow:none;
    }

}     /* End Mobile Style SMALL*/



