@media all and (max-width:1699px){
}


@media all and (max-width:1399px){
	.content_inner h1 {
    position: absolute;
    right: 140px;
    top: 30%;
    width: 440px;
}
}


@media all and (max-width:1199px){  
.logo{max-width:120px;}
	.content_inner h1 {
    width: 400px;
}
}


@media all and (max-width:991px){ 

.container{padding:0 30px; }

    .content_inner h1 {
        width: 370px;
    }
	
	.actions_bar {
    bottom: 30px;
    left: 20px;
    transform: none;
    right: 20px;
    width: auto;
}

.actions_bar .btn {  
    gap: 15px;   
    font-size: 20px;
}
	
}


@media all and (max-width:767px){
	
	header{top:20px;}
	.main_container,
	.artist
	{min-height:inherit;}
	.main_container,
	.artist{height:100dvh;}
	
   .content_inner h1.mobile{display: inherit;
        transform: none;
        left: 30px;
        right: 30px;
        width: auto;
        top: 130px; text-align:center;}
		
		.content_inner h1.mobile img{max-width:240px;}
		
   .content_inner h1.desktop{display:none;}
	
	    .actions_bar {
        bottom: 30px;
       
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        gap: 20px;
        padding: 20px;
		left:50px; right:50px;
    }
	
	    .logo {
        max-width: 90px;
    }
	
	
	.actions_bar .btn {width: 100%; justify-content: center; gap: 10px;
        font-size: 15px;
        padding: 16px 20px; }
	.actions_bar ul{width:100%; justify-content:center;}
	
	.header_inner .btn { 
    font-size: 18px; 
    padding: 15px 30px;
}
.container{padding:0 30px;}
.content .container{padding:0;}
.artist img.mobile{display: inherit;
        height: 100%;
        max-height: calc(100% - 250px);
        width: 100%;
        object-fit: cover;
        object-position: top center;}
.artist img.desktop{display:none;}
}