﻿.wreath-bg {
    background: url("../../../img/design/wreath/wreath2-banner.jpg") no-repeat center;
    background-size: cover;
}
.wreath-section {
    background: url("../../../img/design/wreath/wreath2-section.jpg") no-repeat center;
    height: 60px;
}


.wreath-container .context {
    padding-left: 0px;
    padding-top: 200px;
}

@media (max-width: 991px) {
    .wreath-container .context {
        padding-top: 230px;
    }
  
}

@media (max-width: 767px) {
    .wreath-container .context {
        padding-left: 0px;
        padding-top: 80px;
    }

    .wreath-section {    height: 30px;  }
}
