

@media only screen and (max-width : 820px) {
	
#programmsLeft{
    width: 100%;
    margin-bottom: 1em;
}
	
#programmsRight{
    width: 100%;
}


#programmsImageBkg{
	padding-bottom: 34%;
    background-size: cover;
    background-color: #b9b9b9;
    background-image: none;
	background: linear-gradient(45deg, #ee1d47, #f9c39c);
}
	
}


@media only screen and (max-width : 700px) {
#sertWarning {
    font-size: 95%;
}
}

@media only screen and (max-width : 560px) {
	
#resultLeft {
    width: 100%;
}
#resultRight {
    width: 100%;
    margin-top: 1em;
}

.gift-row {
    padding-left: 16px;
    padding-right: 16px;
}
	
}