.right{
    float: right;
}
.center-text{
    text-align: center;
}
.flexCenter{
    display: flex;
    justify-content: center;
    align-items: center;
}
.flexCenter video{
    display: inline-block;
    vertical-align: baseline;
}
@media screen and (max-width: 768px) {
    .flexCenter video{
        width: 100%;
    }
}
@media screen and (max-width: 767px){
    .flexCenter{
        flex-wrap: wrap;
    }
}
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
}
.col-margin-bottom{
    margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
    .center-text-mob{
        text-align: center;
    }
    .list-mob{
        text-align: left;
    }
    .list-mob li{
        word-wrap: break-word;
    }
}
.nopad{
    padding-right: 0;
    padding-left: 0;
}
.remove-heading-margin-top .h1, .h2, .h3, h1, h2, h3{
    margin-top: 0;
}
video.watches_video_1-main,video.watches_video_2-main,video.watch1-main{
    width: 180px;
}
video.bracelets1-main{
    width: 280px;
}
video.bracelets2-main{
    width: 290px;
}
@media screen and (min-width: 992px) and (max-width: 1199px){
    /*Min Desktop*/
    video.bracelets1-main,video.bracelets2-main{
        width: 295px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px){
    /*Tablet*/
    video.bracelets1-main{
        width: 258px;
    }
    video.bracelets2-main{
        width: 276px;
    }
}
@media screen and (min-width: 426px) and (max-width: 767px){
    /*Big Mobile*/
    video.bracelets2-main{
        width: 310px;
    }
}
@media screen and (min-width: 320px) and (max-width: 425px){
    /*Mobile*/
    video.watches_video_1-main,video.watches_video_2-main,video.watch1-main{
        width: 150px;
    }
    video.bracelets1-main{
        width: 240px;
    }
    video.bracelets2-main{
        width: 270px;
    }
}
@media screen and (min-width: 768px) {
    .margin-footer{
        margin-bottom: 10em;
    }
}
@media screen and (max-width: 767px) {
    .padding-footer-mob{
        padding-bottom: 30px;
    }
}
.h3-padding-top{
    padding-top: 1em;
}