#yaga-widget {
    width: 100%;
    background: #000000;
    color: #FFFFFF;
    line-height: 110%;
    border-bottom: 2px solid #E91D25;
    border-radius: 2px;
    font-family: 'Open Sans', Arial,  sans-serif;
}
#yaga_now {
    background: #E91D25;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    padding: 6px;
    font-size: 15px;
    margin-bottom: 4px;
}
#yaga_content img  {
    width: 70%;
    height: auto;
    margin-left: 15%;
}
#yaga_content {
    width: 100%;
    font-size: 13px;
    background: #000000;
}
#yaga_content > a  {
    color: #FFFFFF!important;
}
#yaga_content > h3  {
    padding: 6px 0;
    font-size: 1.3em!important;
    text-align: center;
}
#yaga_content > h3  > a  {
    color: #FFFFFF!important;
    line-height: 106%;
}
#yaga_content > a:hover,  #yaga_content > h3  > a:hover {
    color: #FFFFFF!important;
}
@media screen and (max-width:990px) {
   	#yaga_content > h3 a:hover{text-decoration:underline;}
	#yaga_content > h3 {font-size: 1.7em!important;width: 60%;float: right;margin-top: 40px;padding-right: 10%!important;}
	#yaga_content img {width: 15%!important;margin-left:2%;float:left;}
	#yaga_content{overflow:auto;}
}
@media screen and (max-width:790px)  {
    #yaga_content > h3 {margin-top: 20px!important;}
}
@media screen and (max-width:669px)  {
    #yaga_content > h3 {margin-top: 0!important;}
}
@media screen and (max-width:660px)  {
    #yaga_content > h3 {margin-top: 40px!important;}
	#yaga_content img {width: 25%!important;margin-left:2%;float:left;}
}
@media screen and (max-width:610px)  {
    #yaga_content > h3 {margin-top: 30px!important;}
}
@media screen and (max-width:550px)  {
    #yaga_content > h3 {margin-top: 10px!important;}
}