/*
Template Name: Music School
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/

/*********************classes****************/
.main_class {
    background-image: url(../image/C01.jpg);
    background-position: center center;
    background-size: cover;
}
.main_class_dt {
    background-image: url(../image/1.jpg);
    background-position: center center;
    background-size: cover;
}
.video_icon a {
    width: 80px;
    height: 80px;
    line-height: 80px;
}
.video_icon {
    top: 43%;
    left: 43%;
}

.player_music .border-top {
    border-color: var(--border_dark) !important;
}
/*********************classes_end****************/




@media screen and (max-width : 767px){
.video_icon a {
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.video_icon {
    top: 40%;
    left: 40%;
}
.class_dt1_left {
	padding-right:0!important;
}
.class_dt1_right{
	margin-top:20px;
}
.video_icon {
    top: 43%;
    left: 43%;
}
.player_bars{
	display:none!important;
}
 }


@media (min-width:576px) and (max-width:767px) {

 }
 
@media (min-width:768px) and (max-width:991px) {
.video_icon {
    top: 40%;
    left: 40%;
}
.class_dt1_left {
	padding-right:0!important;
}
.jp-volume-controls{
	display:none!important;
}
 }

@media (min-width:992px) and (max-width:1200px) {


 }

@media (min-width:1201px) and (max-width:1300px) {

 }
@media screen and (min-width : 1400px){



 }


