.widget.text-textbigger .text-bigger p.bigger-phone {
  font-size: 44px;
  font-size: 4.4rem;
}

header.template-header a.paymentButton
	{
	display:block;
	border: 1px solid #fff;
	padding: 5px 10px;
	background: transparent;
	transition: background-color 0.5s ease;
	}
	
header.template-header a.paymentButton:hover
	{
	border: 1px solid #fff;
	color: #122ff1;
	background-color: #fff!important;
	}

#widget-iframe {
    min-height: 900px!important;
} 

@media only screen and (max-width: 1024px) {
    #widget-iframe {
        min-height: 900px!important;
    } 
}

@media only screen and (max-width: 979px) {
    #widget-iframe {
        min-height: 900px!important;
    } 
}

@media only screen and (max-width: 559px) {
    #widget-iframe {
        min-height: 900px!important;
    } 
}

@media only screen and (max-width: 480px) {
    #widget-iframe {
        min-height: 900px!important;
    } 
}

@media only screen and (max-width: 400px) {
    #widget-iframe {
        min-height: 900px!important;
    } 
}

@media only screen and (max-width: 320px) {
    #widget-iframe {
        min-height: 900px!important;
    } 
}