
section[data-cattype="407"].wrapper_middle{
  padding: 0; 
    margin-top: -2px;
}

[data-cattype="407"] .ob {
	height: 950px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    position: relative;
}

[data-cattype="407"] .em{

  height: 475px; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
}


[data-cattype="407"] .right{
    padding: 0;
}

[data-cattype="407"] .left .content {
	text-align: right;
	position: absolute;
	bottom: 0;
	width: 40vw;
	right: 0;
	margin: 0px 60px 60px 0px;
}

[data-cattype="407"] .right .content {
	padding: 130px 30px 20px 30px;
}


[data-cattype="407"] .left h4, .left h2 {
	color: #fff;
}

[data-cattype="407"] .right h4 {
	color: #ed3668;
}

[data-cattype="407"] .right h3 {
	color: #000;
    font-weight: bold;
}

[data-cattype="407"] h2 {
	margin-bottom: 40px;
}

[data-cattype="407"] .btn-img img{
    width: 100px;
}


/* Typical laptop screen size*/
@media (max-width: 1400px) {
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
	
}

/* Mobile screen size - landscape view */
@media (max-width: 767px) {
   
}

/* Mobile screen size */
@media (max-width: 480px) {
    
    [data-cattype="407"] .ob {
	height: 250px;
    }
    
    [data-cattype="407"] .left .content {
	text-align: center;
	position: static;
	width: 100%;
	margin: 40px 0px 0px 0px;
    }   
    
    [data-cattype="407"] h2 {
	margin-bottom: 20px;
    }
    
    [data-cattype="407"] .right .content {
	padding: 30px;
	margin-bottom: 177px;
    }
    
    [data-cattype="407"] .em {
	height: 170px;
    }
      
}

