/*
Template Name: Music Band
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/

/*********************gallery****************/

.center_gallery {
    background-image: url(../image/1.jpg);
    background-position: center center;
    background-size: cover;
}

#gallery .modal-dialog {
	max-width: 800px;
}
.homei1i2{
	padding-top:23%;
	display:none;
	transition: 0.3s; 
 }
.gallery_1l:hover .homei1i2{
	display:block; 
	transition: 0.3s;
 }
.gallery_1l{
   margin:1px;
 }
.modal {
   z-index:10000;
 }
 
#gallery_o {
    background-image: url(../image/5.jpg);
    background-position: center center;
    background-size: cover;
}

.video_icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
}
.gallery_o1_right2{
	padding-top:40%;
}
/*********************gallery_end****************/



@media screen and (max-width : 767px){
.gallery_1l{
	margin-top:8px;
	margin-bottom:8px; 
 }
.gallery_o1_left{
	padding:0!important;
	margin-bottom:20px;
}
.gallery_o1_right2 {
    padding-top: 30%;
}
 }


@media (min-width:576px) and (max-width:767px) {
.gallery_o1_right2 {
    padding-top: 40%;
}
 }
 
@media (min-width:768px) and (max-width:991px) {
.gallery_o1_left{
	padding:0!important;
}
.gallery_o1_right2 {
    padding-top: 30%;
}
 }

@media (min-width:992px) and (max-width:1200px) {

 }

@media (min-width:1201px) and (max-width:1300px) {


 }
@media screen and (min-width : 1400px){


 }


