img.matthew{
    box-shadow: 0 0 8px -2px #6B6B6B;
    margin: 0px 11% 0 11%;
    width: 78%;
}

.play-button{
    background: url("/_assets/images/speaking/play-button-bg.png") no-repeat scroll left top transparent;
    display: inline-block;
    height: 65px;
    left: 47%;
    position: absolute;
    top: 10%;
    transition: none 0s ease 0s;
    width: 73px;
}
    
.play-button:hover{
    background-position: left bottom;
}   

.player-container{
    margin: 0 !important;
}

/* Coming soon */
.coming {
    color: #3992DA;
    font-family: open_sansregular;
    font-size: 18px;
    font-weight: bold;
    left: 144px;
    position: relative;
    top: 162px;
  line-height: 1.5em;
  text-align: left;
}

.left-side p.coming{
  border-bottom: none;
  text-transform: none;
  margin: 0;
  left: 118px;
  top: 128px;
}

p.coming a{
  color: #3992da !important;
  font-size: 13px;
  font-family: Myriad Pro;
}
p.coming a.buy-the-book {
	position: absolute;
    background: transparent url("/_assets/images/buy-the-book.png") no-repeat top left;
    width: 144px;
    height: 34px;
    text-indent: -9999px;
    top: 125px;
    left: -61px;
}

.left-side{
    text-align: right;
    padding-left: 0;
    margin-top: 7px;
}
        
.left-side div:first-of-type{
    border-top: 3px solid #327fbe;
    font-family: open_sansbold;
    padding-top: 10px;
    margin-bottom: 10px;
}   

.left-side div{
    font-family: open_sanssemibold;
    color: #327fbe;
    text-transform: uppercase;
    font-size: 30px;
}
    
.left-side p{
    font-family: open_sansregular;
    color: #05253e;
    font-size: 14px;
    margin-top: 30px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px;
    margin-left: 15px;
} 

.left-side .book{
    background: url(/_assets/images/speaking/life-in-half-a-second-bg.png) no-repeat scroll center center transparent;
    height: 295px;
    width: 215px;
    margin-top: 30px;
    margin-left: 20px;
}

.left-side .read {
    display: inline-block;
    font-family: 'PT Sans Caption';
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    text-transform: none;
    width: 100px;
    position: relative;
    top: 132px;
    left: 129px;
    color: #3992da;
}

.left-side .read:hover{
    color: #4483BD;
}

.left-side .link-button{
    font-size: 13px;
	text-transform: none;   
	top: 230px;
    right: 6px;
    padding: 3px 10px;
    margin: 0;
    background-color: #073253;
}

.left-side .link-button:hover{
    background-color: #3d75a9;
}

.left-side .link-button span{
    padding-bottom: 1px;
}

.right-side > p{
    font-family: open_sansregular;
    font-size: 13px;
    margin-bottom: 30px;
}

.right-side p a, 
.left-side p a{
    color: #ef4f2f;
}

.right-side h2{
    font-family: open_sansbold;
    font-size: 16px;
    color: #327fbe;
    margin-bottom: 30px;
}
    
.right-side h3{
    font-family: open_sanssemibold;
	font-size: 16px;            
    color: #05253e;
	text-transform: none;
    margin-bottom: 13px;
}    
         
.link-button{
    margin-top: 20px;
    margin-bottom: 50px;
}

.description li{
  background: url("/_assets/images/arrow.png") no-repeat scroll left center transparent;
  list-style: none outside none;
  padding-left: 15px;
}

.description ul{
  color: #868686;
  font-family: open_sansregular;
  font-size: 13px;
}

@media screen and (max-width:1059px){
    .left-side div:first-child{
    	margin-left: 15px;
	}
}
    
@media screen and (max-width:767px){
    .play-button{
       top: 5%; 
    }

	.left-side {    
		text-align: left;
	}

	.left-side > div {
		margin-left: 15px;
	}
	.coming {
		left: 100px;
	}
} 
        
@media screen and (max-width:375px){
    .play-button{
       top: 3%; 
    }
} 
            
@media screen and (max-width:301px){
    .play-button{
       top: 1.7%; 
       left: 55%;             
    }
}            