[data-cattype="403"] .bgbottom{
    height:300px;
    background-color: #d3d2d2;
    margin-top: -250px;
}

[data-cattype="403"] .img {
	width: 350px;
	background-color: #cccccc;
	height: 500px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: auto;
}

[data-cattype="403"] .container-fluid{
    padding: 0;
}

[data-cattype="403"] h2{
    padding-bottom: 20px;
}

[data-cattype="403"] h3{
    color: #fff;
}

[data-cattype="403"] .title {
	bottom: 0;
	position: absolute;
	margin-bottom: 120px;
	margin-left: 20px;
}

/* Ipad screen size */
@media (max-width: 768px) {
    

    
[data-cattype="403"] .mlr {
    
    margin: auto;
        
}    

[data-cattype="403"] .img {
	width: 170px;
	height: 400px;
	margin: 5px;
}
    
[data-cattype="403"] h3 {
	font-size: 18px;
}  
    

[data-cattype="403"] .title {
	margin-left: -5px;
}
    
    
   
    
}


/* Mobile screen size */
@media (max-width: 480px) {
    
    [data-cattype="403"] h2{
    text-align: center;
    }
    
    [data-cattype="403"] .img{
	width: 300px;
	margin: auto;
	display: block;
	height: 200px;
    margin-bottom: 20px;
    }
    
    [data-cattype="403"] .title {
	position: inherit;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 60px;
    }
    
      
}