/*
Template Name: Music Profile
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/

/*********************about****************/
.center_event {
    background-image: url(../image/3.jpg);
    background-position: center center;
    background-size: cover;
}
.center_event_dt {
    background-image: url(../image/2.jpg);
    background-position: center center;
    background-size: cover;
}
.event_1_right_inner_left img{
	width:50px;
	height:50px;
}

.event_dt_left{
	position: -webkit-sticky!important;
    position: sticky !important;
    top: 100px;
}
/*********************about_end****************/



@media screen and (max-width : 767px){
.event_1{
	padding-left:0px!important;
	padding-right:0px!important;
}
.event_1_right{
	margin-top:15px;
}
.event_1_right_inner_right{
	margin-top:20px;
	text-align:left!important;
}
.event_dt_right{
	margin-top:20px;
}
.event_dt_right ul .me-5{
	margin-right:15px!important;
}
 }


@media (min-width:576px) and (max-width:767px) {

 }
 
@media (min-width:768px) and (max-width:991px) {




 }

@media (min-width:992px) and (max-width:1200px) {


 }

@media (min-width:1201px) and (max-width:1300px) {

 }
@media screen and (min-width : 1400px){
#about_pg{
	padding-bottom:70px!important;
}
 }


