 .slide {
    width: 100%;
    position: relative;
}
.backgd-img {
    width: 100%;
    padding: 0 67px;
    overflow: hidden;
    margin-bottom: 20px;
    box-sizing: border-box;
    background-size: auto 100%;
    background-position:center center;
    background-repeat: no-repeat;
    height: 600px;
}
.textlock-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    max-width: 1308px;
    position: relative;
}
.text-lock {
    top: 48%;
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    max-width: 440px;
    text-align: center;
    position: absolute;
    box-sizing: border-box;
    transform: translateY(-50%);
}
.text-lock img {
    margin: 0 auto;
    width: 100%;
}
.text-lock a.button {
    display: block;
    margin: 15px 20px;
}
.mobile-only {
    display: hide;
}
.desktop-only {
    display: inherit;
}
.marq-text-right .text-lock {
    right: 6%;
}
.marq-text-left .text-lock {
    left: 6%;
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .backgd-img {
        padding: 0 20px;
        margin-bottom: 10px;
    }
    .marq-text-left .text-lock{
        left: 0;
    }
    .marq-text-right .text-lock {
        right: 0;
    }
}
@media screen and (max-width: 767px) {
    .mobile-only {
        display: inherit;
    }
    .desktop-only {
        display: none;
    }
    .backgd-img {
        padding: 0 10px;
        margin-bottom: 10px;
        height: 400px;
        background-position: center top;
        background-size: auto 100%;
    }
    .text-lock {
        left: 0 !important;
        top: auto;
        right: 0 !important;
        bottom: 0px;
        transform: none;
        text-align: center;
        padding: 10px 5px;
    }
    .text-lock img {
        max-height: 120px;
        display: none;
    }
    .text-lock a.button {
        margin: 20px 0px 0;
    }
}
@media screen and (max-width: 351px) {
    .backgd-img {
        height: 300px;
    }
}
