.image-align-left {
	float: left;
  	margin: 20px 20px 20px 0; 
}

.image-align-right {
	float: right;
  	margin: 20px 0 20px 20px;
}

a.cta-button{
}

@media (min-width: 768px) {
    .template-wrapper .text-over-image .text-wrapper h1,
    .template-wrapper .text-over-image .text-wrapper h2,
    .template-wrapper .text-over-image .text-wrapper h3,
    .template-wrapper .text-over-image .text-wrapper h4,
  	.template-wrapper .text-over-image .text-wrapper a, 
  .template-wrapper .text-over-image .text-wrapper a:link, 
  .template-wrapper .text-over-image .text-wrapper a:visited {
        color: white!important;
    }
  
}