
.dads-side-img-left {
    border: 1px solid #ccc;
    float: left;
    margin: 5px 10px 10px 0;
    max-width: 100%;
    padding: 15px;
    text-align: center;
    font-size: small;
    color: black;
}

.dads-side-img-right {
    border: 1px solid #ccc;
    float: right;
    margin: 5px 0 10px 10px;
    max-width: 100%;
    padding: 15px;
    text-align: center;
    font-size: small;
    color: black;
}

.dads-full-img {
    border: 1px solid #ccc;
    margin: 5px 0 10px 0;
    max-width: 100%;
    padding: 15px;
    text-align: center;
    font-size: small;
    color: black;
}

.dadswrap {
	color: #222;
	margin: 0.5em 1em;
	display: block;
}

.caption {
	font-size: 1em;
}

p.img-tothe-left {
	margin:0 .5em 1.5em 1em;
}

p.img-tothe-right {
	 margin:0 1em 1.5em .5em;
}

blockquote {
border: none;
}

blockquote {
	font-size: 1.7em;
	font-style: oblique;
	font-weight: 200;
	color: #777;
	padding: .5em 1em;
}

blockquote::before {
	content: open-quote;
}

blockquote::after {
	content: close-quote;
}


@media screen and (max-width: 1024px) {

p.img-tothe-left, p.img-tothe-right {
	margin:0 1em 3em 1em;
	}

}


@media screen and (max-width: 480px) {
.dads-side-img-left {
    border: 0px;
}

.dads-side-img-right {
    border: 0px;
}

.dads-full-img {
    border: 0px;
}

.small-block-grid-1 li{
	margin: .5em 0;
}

p.img-tothe-left, p.img-tothe-right {
	margin:0 1em 1em 1em;
}

}