.site-header .header-image.full img{height: auto !important;}

/* Moviles pequeÃƒÂ±os (ancho mÃƒÂ¡ximo 480px) */
@media only screen and (max-width: 480px) {
.site-header .header-image{height:100px !important;}
}

/* Tablets (entre 481px y 768px) */
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .site-header .header-image{height:200px !important;}
}

.mkp-options-list-item:not(:last-child){
	margin-bottom:0px !important;
	border-bottom: 1px solid #ccc;
    padding-bottom: 3px;
	}
@media only screen and (min-width: 768px) {
    .mkp-options-list-item {margin-bottom:0px !important}
	}
.mkp-options-list-item .list-col{font-size: 14px !important}
@media only screen and (min-width: 768px) {
    .mkp-modal-big {
        max-height: 100% !important;
    }
}
iframe body{background-color: #cab790 !important;}