﻿#rolex-partnership-page .rolex-clock {
    width: 300px;
    margin: 0 auto 0 auto;
}

#rolex-partnership-page .rolex-clock iframe {
    width: 300px;
    height: 110px;
    border: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#rolex-partnership-page h2 { color: #006039; }

#rolex-partnership-page figure {
    padding: 0;
    margin: 0;
}

#rolex-partnership-page figure img {
    height: 725px;
    width: 100%;
    object-fit: cover;
    object-position: right center;
}

#rolex-partnership-page figure figcaption { color: #4c4c4c; }


#rolex-partnership-page #rolex-photo-gallery { display: block; }

#rolex-partnership-page #rolex-photo-gallery figure {
    padding: 0;
    margin: 0;
}

#rolex-partnership-page #rolex-photo-gallery figure img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    object-position: top center;
}

.border-radius-5 { border-radius: 5px; }

.border-radius-10 { border-radius: 10px; }

.border-radius-20 { border-radius: 20px; }

.border-radius-30 { border-radius: 30px; }

/**/

/* New Carousel Styles */

/**/

#gallery-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
}

#gallery-container .my-slides {
    display: none;
    height: 500px;
    user-select: none;
}

#gallery-container .my-slides img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 5px;
}

#gallery-container .my-slides .slide-copy {
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, .45);
}

.cursor { cursor: pointer; }

#prev,
#next {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 100;
    cursor: pointer;
    height: 400px;
    top: -50px;
    color: rgba(0, 0, 0, .5);
    background: rgba(255, 255, 255, .25);
    font-weight: bold;
    font-size: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .05);
    transition: color 333ms ease-out, background 333ms ease-out;
}

#prev i, #next i { font-weight: bold; }

#prev {
    left: 0;
    margin-right: -30px;
}

#next {
    right: 0;
    margin-left: -30px;
}

#prev:hover,
#next:hover {
    color: black;
    background: rgba(255, 255, 255, .5);
}

.slide-dots {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: red
}