﻿.promo-a {
    background-color: white;
    margin: 10px auto;
    max-width: 780px;
    box-shadow: rgba(0, 0, 0, 0.62) 1px 1px 3px;
    position: relative;
}
.promo-a-header {
    padding: 2px;
    border-bottom: 1px outset rgba(0, 148, 255, 0.25);
    display: none;
}
.promo-a-title {
    text-align: center;
    color: blue;
    font-weight: bold;
    font-size: 21px;
    margin: 4px auto;
    text-shadow: 1px 2px 2px rgba(11, 11, 183, 0.57);
}
.promo-a-body {
    margin: 0;
}
.promo-a-imagebox {
    width: 48%;
    padding: 3px;
    text-align: center;
    margin: 5px;
}
.promo-a-image {
    float: left;
    height: 90px;
    padding: 0;
    margin: 10px;
    box-shadow: rgb(0, 0, 0, 0.57) 1px 1px 3px;
    margin-bottom: 4px;
}
.promo-a-textbox {
    padding: 5px 3px;
    margin-top: 5px;
    width: 85%;
}

.promo-a-condition {
    font-size: 18px;
    text-align: center;
}

.promo-a-deal {
    text-align: center;
    font-weight: bold;
    color: darkgreen;
    margin: 5px auto;
    font-size: 19px;
}

.promo-a-target {
    font-weight: bold;
    font-size: 15px;
    margin: 3px auto;
    line-height: 17px;
    text-align: center;
}

.promo-a-description {
    font-size: 13px;
    text-align: center;
    margin-bottom: 3px;
}
.promo-a-footer {
    padding: 0;
    margin: 0;
}
.promo-a-footer a {
    box-shadow: rgba(0, 0, 0, 0.32) 3px 3px 5px;
    position: absolute;
    bottom: 20px;
    right: 15px;
}
.promo-b {
    background-color: ghostwhite;
    margin: 10px auto;
    box-shadow: rgba(0, 0, 0, 0.62) 1px 1px 3px;
    max-width: 780px;
    position: relative;
}
.promo-b-body {
    position: relative;
}
.promo-b-imagebox {
    width: 100%;
    text-align: left;
}

.promo-b-image {
   max-width: 100%;
    height: 130px;
}
.promo-b-header {
    padding: 2px;
    border: 1px outset rgba(0, 148, 255, 0.25);
    border-radius: 5px;
    margin: 3px auto;
    display: none;
}
.promo-b-title {
    text-align: center;
    font-weight: bold;
    font-size: 21px;
    margin: 4px auto;
    color: yellow;
    text-shadow: 1px 2px 2px rgba(11, 11, 183, 0.57);
}
.promo-b-textbox {
    padding: 7px 5px;
    margin-top: 5px;
    position: absolute;
    top: 0;
    left: 50%;
}

.promo-b-condition {
    font-size: 23px;
    text-align: center;
}

.promo-b-deal {
    text-align: center;
    font-weight: bold;
    color: darkgreen;
    margin: 5px auto;
}

.promo-b-target {
    font-weight: bold;
    font-size: 18px;
    margin: 6px auto;
    line-height: 18px;
    text-align: center;
}

.promo-b-description {
    font-size: 13px;
    text-align: center;
}
.promo-b-footer {
    text-align: center;
}

    .promo-b-footer a {
        box-shadow: rgba(0, 0, 0, 0.32) 3px 3px 5px;
        position:absolute;
        bottom: 15px;
        right: 20px;
    }

.promo-c {
    margin: 10px auto;
    box-shadow: rgba(0, 0, 0, 0.62) 1px 1px 3px;
    max-width: 350px;
    position: relative;
}

.promo-c-body {
    position: relative;
}
.promo-c-imagebox {
    padding: 3px;
    text-align: center;
}

.promo-c-image {
    max-width: 100%;
    max-height: 100%;
}
.promo-c-textbox {
    position: absolute;
    color: white;
    left: 3%;
    top: auto;
    width: 94%;
    text-align: center;
    margin-top: 20px;
    padding: 2px 15px;
    padding-bottom: 10px;
}
.promo-c-textbox:hover {
    background-color: rgba(0, 0, 0, 0.15);
}
.promo-c-title {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    margin-top: 1px;
    margin-bottom: 25px;
    text-shadow: 1px 2px 2px rgba(11, 11, 183, 0.57);
}
.promo-c-condition {
    font-size: 19px;
    text-align: center;
    margin: 10px auto;
}

.promo-c-deal {
    text-align: center;
    font-weight: bold;
    color: lightyellow;
    margin: 15px auto;
}

.promo-c-target {
    font-weight: bold;
    font-size: 17px;
    margin: 6px auto;
    line-height: 17px
}

.promo-c-description {
    min-height: 40px;
}
    .promo-c-textbox a {
        box-shadow: rgba(0, 0, 0, 0.32) 3px 3px 5px;
        margin-top: 10px;
    }
.promo-e-title {
    margin: 8px auto;
}
.vdobox {
    position: relative;
    width: 100%;
    max-width: 680px;
}

#myVideo {
    /*right: 0;
            bottom: 0;*/
    /*min-width: 100%;
            min-height: 100%;*/
    width: 100%; 
}

.content {
    position: absolute;
    bottom: 3px;
    background-color: rgba(0, 0, 0, 0.0);
    color: transparent;
    width: 90%;
    margin: 3px 3%;
    padding: 10px;
    transition: background-color 2s, color 2s;
}
    .content:hover {
        background-color: rgba(0, 0, 0, 0.5);
        color: #f1f1f1;
    }
.promo-e-contols {
    text-align: right;
}

#vdoBtn {
    font-size: 18px;
    padding: 3px 6px;
    margin: 2px 5px;
    border: none;
    background: #000;
    color: white;
    cursor: pointer;
}

    #vdoBtn:hover {
        color:yellow ;
    }

@media only screen and (max-width: 780px) {
    .promo-b-header {
        padding: 5px;
        display: block;
        position: absolute;
        z-index: 5;
    }
    .promo-b-image {
        max-width: 100%;
        height: initial;
    }
    .promo-b-textbox {
        position: static;
    }
}
    @media only screen and (max-width: 580px) {
        .promo-a-image {
            height: 60px;
            /*height: initial;*/
            padding: 0;
        }

        .promo-a-textbox {
            padding: 3px;
            margin-top: 2px;
            width: 87%;
        }

        .promo-a-footer a {
            bottom: 10px;
            right: 10px;
        }

        .promo-a-condition {
            font-size: 17px;
            text-align: center;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .promo-a-deal {
            margin: 3px auto;
            font-size: 18px;
        }

        .promo-a-target {
            font-size: 15px;
            margin: 4px auto;
            line-height: 15px;
        }

        .promo-a-description {
            font-size: 12px;
            text-align: left;
            width: 80%;
        }
        .promo-b-condition {
            font-size: 20px;
        }

        .promo-b-footer a {
            box-shadow: rgba(0, 0, 0, 0.32) 2px 2px 3px;
            bottom: 8px;
            right: 8px;
        }
    }
@media only screen and (max-width: 580px) {
    .promo-b-footer a {
        bottom: initial;
        top:100px;
    }
}
@media only screen and (max-width: 480px) {
    .promo-a-body {
        min-height: 130px;
    }

    .promo-b-footer a {
        top: 70px;
    }
}
