/* Nadpisy */
h1, h2, h3 {
    font-weight: 500 !important;
}

.nadpis {
    font-weight: 500;
    font-size: 28px !important;
    line-height: 1.4em;
}
.nadpisMaly {
    font-weight: 300 !important;
    font-size: 18px !important;
    text-transform: uppercase;
    line-height: 100%;
}
.nadpisBlog {
    font-weight: 500;
    font-size: 32px !important;
    line-height: 1.4em;
}


/* HLAVIČKA */
.mobile_menu_bar::after {
    content: "MENU";
    position: relative;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}
 
.mobile_menu_bar::before {
    opacity: 0;
    display: none !important;
}


/* Tlačítko */
.et_pb_button {
    border-bottom: 2px solid #0054FA !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    font-weight: 500;
}
.et_pb_button:hover {
    border-bottom: 2px solid #397bff !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}


/* Vertikální menu */
.verticalMenu .et_pb_menu__menu>nav>ul {
    flex-direction: column;
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 100%;
}
.verticalMenu .et_pb_menu__menu>nav>ul>li {
    margin: 17px 0 !important;
    padding: 0 !important;
}
.verticalMenu .et_pb_menu__menu>nav>ul>li a {
    padding-bottom: 0 !important;
}
.verticalMenu .et_pb_menu__menu>nav>ul>li>ul li {
    display:block !important;
    padding: 0px !important;
}
.verticalMenu .et_pb_menu__menu>nav>ul ul {
    padding: 0px !important;
    top: 0px !important;
}
.verticalMenu .et_pb_menu__menu>nav>ul>li>ul {
    left:calc(100% - 1px) !important;
    top:0px !important;
}
.verticalMenu .et-menu .menu-item-has-children>a:first-child:after {
    content: "5" !important; /*change arrow icon for submenu*/
    right: 20px !important;
}
.verticalMenu .nav li ul {
    left: calc(100% - 1px) !important; /*align submenu to the right of menu link*/
}
@media all and (min-width: 981px) {
    .verticalMenu .et_pb_menu__menu, .verticalMenu .et_pb_menu__menu>nav {
        width: 100%; /*width of the vertical navigation menu*/
    }
}
@media (max-width: 980px) {
	.verticalMenu .et_pb_menu__menu {
		display: flex !important;
	}
	.verticalMenu .et_mobile_nav_menu {
		display: none !important;
	}
}


/* Social Icons - patička */
.footerSocial a, .footerSocial a::before {
    width: 32px !important;
    height: 32px !important;
    line-height: 32px !important;
}


/* HERO - Logo */
#heroLogo img {
    width: 135%;
    max-width: 135%;
    overflow: visible;
}

/* HERO - video */
#hpVideo {
    position: relative;
    border-radius: 20px;
}
#hpVideo video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
    border: 1px solid #0054FA;
}
#hpVideo .hpVideoBanner {
    z-index: 5;
    position: absolute;
    width: 246px;
    height: 96px;
    background-color: #ECE5DF;
    color: #0054FA;
    border: 1px solid #0054FA;
    font-weight: 500;
    font-size: 14px;
    border-radius: 50px;
    overflow: visible;
    bottom: 110px;
    left: -123px;
    text-align: left;
    padding: 0 39px;
    line-height: 1.5em;
    align-content: center;
}
#hpVideo .hpVideoBanner p {
    margin-top: 5px;
}
#hpVideo .hpVideoBanner span {
    font-size: 32px;
}

/* en */
html:lang(en) #hpVideo .hpVideoBanner {
    width: 262px;
}

/* UGC */
#hpVideo.ugc .hpVideoBanner, html:lang(en) #hpVideo.ugc .hpVideoBanner {
    width: 369px;
    height: 95px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: -32%;
    bottom: 108px;
}

#hpVideo.ugc .hpVideoBanner img {
    height: 48px;
}



/* HP - foto u článku */
#hpBlogImage {
    position: relative;
}
#hpBlogImage .hpBlogImage_photo {
    position: relative;
    display: inline-block;
}
#hpBlogImage .hpBlogImage_photo img {
    max-height: 700px;
    width: auto;
    border: 1px solid #0054FA;
    border-radius: 20px;
    position: relative;
    z-index: 10;
    object-fit: cover;
}
#hpBlogImage .hpBlogImage_under_1 {
    position: absolute;
    width: 100%;
    height: 84%;
    border: 1px solid #0054FA;
    border-radius: 20px;
    top: 10%;
    left: 63px;
    background-color: #ECE5DF;
}
#hpBlogImage .hpBlogImage_under_2 {
    position: absolute;
    width: 100%;
    height: 70%;
    border: 1px solid #0054FA;
    border-radius: 20px;
    top: 15%;
    left: 118px;
    background-color: #ECE5DF;
}

/* O nás - Video */
#hpBlogImage .hpBlogImage_photo video {
    max-height: 584px;
    width: auto;
    border: 1px solid #0054FA;
    border-radius: 20px;
    position: relative;
    z-index: 10;
    object-fit: cover;
}
#hpBlogImage.onas {
    padding-bottom: 13%;
    text-align: center;
}
#hpBlogImage.onas .hpBlogImage_photo {
    margin-left: -27%;
}
#hpBlogImage.onas .hpBlogImage_under_1 {
    height: 100%;
    top: 6%;
    left: 13%;
}
#hpBlogImage.onas .hpBlogImage_under_2 {
    height: 100%;
    top: 14%;
    left: 27%;
}

/* UGC - 100+ */
#hpBlogImage.ugc {
    padding-bottom: 80px;
    text-align: center;
    padding-right: 12%;
}
#hpBlogImage.ugc .hpBlogImage_under_1 {
    top: 5%;
    left: -11%;
    height: 100%;
}
#hpBlogImage.ugc .hpBlogImage_under_2 {
    top: 11%;
    left: 10%;
    background-color: #0054FA;
    height: 100%;
}

@media (max-width: 1600px) {
    .sNamiZiskate h3 {
        font-size: 26px !important;
    }
}
@media (max-width: 1350px) {
    .sNamiZiskate h3 {
        font-size: 24px !important;
    }
}
@media (max-width: 1280px) {
    .sNamiZiskate h3 {
        font-size: 20px !important;
    }
}


@media (max-width: 980px) {
    #hpBlogImage {
        display: flex;
        justify-content: center;
    }
    #hpBlogImage .hpBlogImage_photo {
        width: 75%;
        display: block;
        margin-left: -10%;
    }
    #hpBlogImage .hpBlogImage_photo img {
        height: auto;
        width: 100%;
        max-height: auto;
        border-radius: 10px;
    }
    #hpBlogImage .hpBlogImage_under_1 {
        width: 100%;
        left: 10%;
        border-radius: 10px;
        top: 8.5%;
    }
    #hpBlogImage .hpBlogImage_under_2 {
        width: 100%;
        left: 20%;
        border-radius: 10px;
        top: 15.5%;
    }

    #hpBlogImage.onas .hpBlogImage_photo {
        margin-left: -20%;
        width: 50%;
    }
    #hpBlogImage.onas .hpBlogImage_photo video {
        max-height: 100%;
    }


    #hpBlogImage.ugc {
        padding-right: 0;
    }
}



/* HP - Tlačítko u článku */
.hpBlogTlacitko {
    margin-top: 38px;
}


/* Patička - rotující loga */
.rotujiciLoga .splide__arrows {
    display: none !important;
}
.rotujiciLoga .splide__pagination {
    display: none !important;
}
.rotujiciLoga .splide__slide {
    display: flex;
    align-items: center;
}



/* Patička - formulář */
#newsletter .nf-before-form-content {
    display: none !important;
}
#newsletter nf-fields-wrap {
    max-width: 416px;
    width: 100%;
    display: flex;
    position: relative;
    border: 1px solid #0054FA;
    height: 56px;
    align-items: center;
}
#newsletter nf-fields-wrap nf-field:nth-child(1) {
    position: absolute;
    left: 0;
    top: auto;
    width: calc(100% - 150px);
    height: auto;
    color: #0054FA;
    margin-top: 5px;
}
#newsletter nf-fields-wrap nf-field:nth-child(1) #nf-field-5-container, #newsletter nf-fields-wrap nf-field:nth-child(1) #nf-field-7-container {
    margin: 0;
}
#newsletter nf-fields-wrap nf-field:nth-child(1) input {
    background: transparent;
    outline: none;
    border: none;
    margin-left: 16px;
    color: #0054FA;
    font-size: 18px;
    font-weight: 400;
    padding: 0;
}
#newsletter nf-fields-wrap nf-field:nth-child(1) input::placeholder {
    color: #0054FA;
    font-size: 18px;
    font-weight: 400;
}
#newsletter nf-fields-wrap nf-field:nth-child(1) #nf-error-5, #newsletter nf-fields-wrap nf-field:nth-child(1) #nf-error-7 {
    display: none !important;
}

#newsletter nf-fields-wrap nf-field:nth-child(2) {
    position: absolute;
    right: 16px;
    top: auto;
}
#newsletter nf-fields-wrap nf-field:nth-child(2) #nf-field-6-container, #newsletter nf-fields-wrap nf-field:nth-child(2) #nf-field-8-container {
    margin: 0;
}
#newsletter nf-fields-wrap nf-field:nth-child(2) input {
    border: none;
    border-bottom: 2px solid #0054FA;
    color: #0054FA;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    background: transparent;
    cursor: pointer;
    height: auto;
    padding: 0;
    margin-top: 3px;
    outline: none;
    -webkit-appearance: none;
    -webkit-border-radius:0px;
    border-radius:0;
    transition: none;
}
#newsletter nf-fields-wrap nf-field:nth-child(2) input:hover {
    border-bottom: 2px solid transparent;
    transition: none;
}

#newsletter .nf-error-msg {
    font-size: 14px;
}


@media (max-width: 1300px) {
    #hpVideo .hpVideoBanner {
        bottom: 180px;
    }
    #hpBlogImage.onas {
        padding-bottom: 23%;
    }
    #hpBlogImage.onas .hpBlogImage_photo {
        margin-left: -10%;
    }
}
@media (max-width: 1200px) {
    #hpVideo .hpVideoBanner {
        bottom: 180px;
        width: 217px;
        height: 75px;
        padding: 0 24px;
    }
    #hpVideo .hpVideoBanner span {
        font-size: 28px;
    }
}
@media (max-width: 980px) {
	#newsletter nf-fields-wrap {
        width: 100%;
        flex-direction: column;
        height: auto;
        border: none;
        max-width: 100%;
    }
    #newsletter nf-fields-wrap nf-field:nth-child(1) {
        width: 100%;
        position: relative;
        margin-top: 10px;
        border: 1px solid #0054FA;
        height: 56px;
    }
    #newsletter nf-fields-wrap nf-field:nth-child(1) input {
        margin-left: 0;
        padding: 0 16px;
        box-sizing: border-box;
        height: 56px;
    }
    #newsletter nf-fields-wrap nf-field:nth-child(2) {
        position: relative;
        right: 0;
        margin-top: 10px;
    }
}


/* BREADCRUMBS */
#breadcrumbs ul {
    list-style-type: none;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}
#breadcrumbs ul li {
    display: inline;
    text-transform: uppercase;
    font-size: 14px;
}
#breadcrumbs ul img.sep {
    margin: 0 10px;
    top: -2px;
    position: relative;
}

#breadcrumbs ul.mobile {
    display: none;
}
#breadcrumbs ul.mobile img.sep {
    margin-left: 0;
    transform: rotate(180deg);
}
@media screen and (max-width: 980px) {
    #breadcrumbs ul.mobile {
        display:inline-block;
    }
    #breadcrumbs ul.desktop {
        display: none;
    }
}


/* O nás - Co nás pohání */
.onas-cnp {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 48px;
}
.onas-cpn-num {
    display: inline-block;
    vertical-align: top;
    line-height: 100%;
    margin-top: 4px;
    font-size: 18px;
    font-weight: 300;
    padding-right: 15px;
    width: 32px;
}
.onas-cpn-text {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 40px);
    font-weight: 400;
}
.onas-cpn-text h3 {
    font-size: 32px;
    font-weight: 500;
    padding-bottom: 10px;
}
.onas-cpn p {
    font-weight: 400;

}

@media screen and ( max-width: 980px ) {
    .onas-cnp {
        margin-bottom: 20px;
    }
    .onas-cpn-text {
        font-size: 16px;
    }
    .onas-cpn-text h3 {
        font-size: 20px;
    }
    .onas-cpn-text:last-child {
        margin-bottom: 0;
    }
}



/* Přepínač */
.tabPrepinac .et_pb_tab {
    padding-left: 0;
    padding-right: 0;
}
.tabPrepinac ul.et_pb_tabs_controls {
    text-align: center;
    background-color: transparent;
}
.tabPrepinac ul.et_pb_tabs_controls::after {
    border: none;
}
.tabPrepinac ul.et_pb_tabs_controls li {
    display: inline-block;
    float: none;
    border: none;
    background-color: #D9CCC24D;
    padding: 8px 14px;
}
.tabPrepinac ul.et_pb_tabs_controls li a {
    color: #0054FA80;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 16px;
}
.tabPrepinac ul.et_pb_tabs_controls li.et_pb_tab_active {
    background-color: #D9CCC24D;
}
.tabPrepinac ul.et_pb_tabs_controls li.et_pb_tab_active a {
    color: #0054FA;
    border: 1px solid #0054FA;
}

.tabs-mobile-dropdown {
	display: none;
    text-align: center;
    background-color: #D9CCC24D;
    width: auto !important;
    padding: 8px 14px;
}
.tabs-mobile-dropdown select {
    border: 1px solid #0054FA;
    background-color: transparent !important;
    color: #0054FA;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 40px 8px 16px;
    max-width: 350px;
    margin: 0 auto;
    display: inline-block;

    -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("https://www.imedium.cz/wp-content/plugins/m2-custom-functions/assets/images/angle-down-solid.svg") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 20px auto !important;
}

@media screen and (max-width: 768px) {
    .tabPrepinac {
        text-align: center;
    }
    .tabPrepinac  .et_pb_tabs_controls {
        display: none!important;
    }
	.tabs-mobile-dropdown {
        display: inline-block;
	}
}




/* Blog */
#blog {
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
    gap: 60px 30px;
}
#blog .blogBox_foto {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    display: inline-block;
    border: 1px solid #0054FA;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}
#blog .blogBox_foto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#blog .blogBox_text h3 {
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 500;
}
#blog .blogBox_text .blogBox_date {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4em;
}
#blog .blogBox_text .blogBox_link {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 2px solid #0054FA;
    padding: 0 0 10px 0;
    margin-top: 8px;
    display: inline-block;
}
@media screen and (max-width: 980px) {
    #blog {
        grid-template-columns: 50% 50%;
    }
}
@media screen and (max-width: 680px) {
    #blog {
        grid-template-columns: 100%;
    }
}


/* Blog - related */
.blogRelated {
    display: flex;
    align-items: center;
    gap: 14px;
    justify-content: space-between;
    margin-bottom: 20px;
}
.blogRelated .blogRelated_foto {
    align-self: stretch;
}
.blogRelated .blogRelated_foto img {
    object-fit: cover;
    display: inherit;
    border: 1px solid #0054FA;
    border-radius: 10px;
    height: 100%;
    width: auto;
}
.blogRelated h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
}
.blogRelated a.blogRelated_link {
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
    text-transform: uppercase;
}
@media screen and ( max-width: 1300px ) {
    #blogRelatedCont {
        display: none;
    }
    #blogContent {
        width: 100%;
        margin-right: 0;
    }
}


/* BLOG - detail */
body.single-post #blogContent .wp-caption {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 100% !important;
    border-radius: 20px;
    max-width: 100%;
    margin-bottom: 30px;
}

body.single-post #blogContent img {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #0054fa;
}


/* Osobnosti */
#osobnostiCont {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 20px;
}
#osobnostiCont .osobnost {
    position: relative;
    aspect-ratio: 1;
}
#osobnostiCont .osobnost .portret {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}
#osobnostiCont .osobnost .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: #0054FA99;
    transition: .2s ease;
}
#osobnostiCont .osobnost .overlay h3 {
    font-size: 32px;
    font-weight: 500;
    color: white;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    bottom: 40px;
    position: absolute;
}
#osobnostiCont .osobnost .instagram {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 56px;
    height: 56px;
}

#osobnostiCont .osobnost:hover .overlay {
    opacity: 1;
}

#osobnostiCont .osobnost.vidisSeTady a {
    width: 100%;
    height: 100%;
    display: flex;
    color: white;
    background-color: #0054FA;
    align-items: center;
    justify-content: center;
}
#osobnostiCont .osobnost.vidisSeTady a h3 {
    color: white;
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0 0 10px 0;
    border-bottom: 2px solid white;
}
#osobnostiCont .osobnost.vidisSeTady a:hover h3 {
    border-color: #0054FA;
}

@media only screen and (max-width: 680px) {
    #osobnostiCont .osobnost.vidisSeTady a h3 {
        font-size: 16px;
    }
    #osobnostiCont .osobnost .overlay h3 {
        font-size: 24px;
    }
    #osobnostiCont .osobnost .instagram {
        width: 40px;
        height: 40px;
    }
}


/* List */
.list ul li {
    padding: 6px 0;
}

/* Galerie */
.galerie {
    display: flex;
    gap: 0px;
}
.galerie::after {
    display: none !important;
}
.galerie .et_pb_column {
    padding: 0 10px;
}
.galerie .et_pb_column:first-child {
    padding-left: 0;
}
.galerie .et_pb_column:last-child {
    padding-right: 0;
}
.galerie .et_pb_image,
.galerie .et_pb_image .et_pb_lightbox_image,
.galerie .et_pb_image .et_pb_lightbox_image .et_pb_image_wrap {
    width: 100%;
    height: 100%;
} 
.galerie .et_pb_image .et_pb_lightbox_image .et_pb_image_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.galerie .et_pb_video, .galerie .et_pb_video .et_pb_video_box {
    width: 100% !important;
    height: 100% !important;
}
.galerie .et_pb_video .et_pb_video_box video {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}


/* Číst více */
.cistVice .et_pb_toggle_title {
    font-weight: 500;
    border-bottom: 2px solid #0054FA !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    padding: 10px 0 !important;
}
.cistVice .et_pb_toggle_title::before {
    font-size: 24px;
}


/* Formulář */
.formular .nf-before-form-content {
    display: none;
}
.formular .nf-field-label {
    margin-bottom: 6px !important;
}
.formular .nf-field-label label, .formular .nf-field-label span {
    color: #333;
    font-weight: 600;
    font-size: 16px;
}
.formular input:not([type="submit"]), .formular textarea {
    background-color: white !important;
    border-radius: 6px !important;
}
.formular textarea {
    height: 100px !important;
}
.formular .submit-container {
    margin-bottom: 0 !important;
}
.formular input[type="submit"] {
    background-color: #0054FA !important;
    color: white !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    cursor: pointer !important;
    width: 100% !important;
    border-radius: 6px !important;
}
.formular input[type="submit"]:hover {
    background-color: #024adb !important;
}
.formular .nf-response-msg {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
}
.formular .submit-wrap {
    text-align: right;
    margin-top: 20px;
}
.formular hr {
    color: #0054fa;
    background-color: #0054fa;
    margin: 30px 0 45px 0 !important;
}
.formular .nf-add-fieldset {
    background-color: #0054fa;
    color: white;
    padding: 5px 15px;
    cursor: pointer;
    border: 1px solid #0054fa;
}
.formular .nf-add-fieldset:hover {
    background-color: white;
    color: #0054fa;
}

.formular .listcheckbox-wrap li label {
    font-size: 16px !important;
    color: #333 !important;
    font-weight: 400 !important;
}
.formular .listcheckbox-wrap li label::after {
    top: 1px !important;
}

.formular .coOcekavate {
    margin-bottom: 0;
}
.formular .coOcekavate-jine .nf-field-label {
    margin-bottom: 0 !important;
}
.formular .coOcekavate-jine label {
    font-weight: 400;
}



/* Responzivita obecně */
@media screen and ( max-width: 980px ) {
    /* Obrácení sloupců */
    .reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    /* Nadpisy */
    .nadpis {
        font-size: 24px !important;
    }
    .nadpisMaly {
        font-size: 16px !important;
    }
    .nadpisBlog {
        font-size: 24px !important;
    }
    

    /* Tlačítko u článku */
    .hpBlogTlacitko {
        margin-top: 20px;
    }

    /* HP - Hero */
    #heroLogo img {
        width: 120%;
        max-width: 120%;
    }
    #hpVideo .hpVideoBanner {
        width: 217px;
        height: 75px;
        padding: 0 24px;
        font-size: 12.5px;
        bottom: 35px;
        z-index: 11;
        left: -50px;
    }
    #hpVideo .hpVideoBanner span {
        font-size: 28px;
    }

    /* UGC */
    #hpVideo.ugc {
        text-align: center;
    }
    #hpVideo.ugc img {
        width: 70%;
        max-width: 350px;
    }
    #hpVideo.ugc .hpVideoBanner, html:lang(en) #hpVideo.ugc .hpVideoBanner {
        bottom: 7%;
        right: 15%;
        left: auto;
        width: 290px;
        height: 95px;
    }
    #hpVideo.ugc .hpVideoBanner img {
        width: auto;
        height: 32px;
    }
    #hpVideo.ugc .hpVideoBanner span {
        font-size: 28px;
    }

    /* Osobnosti */
    #osobnostiCont {
        grid-template-columns: 1fr 1fr;
    }
    #osobnostiContCont .osobnost.vidisSeTady a h3 {
        font-size: 16px;
    }
    #osobnostiContCont .osobnost .overlay h3 {
        font-size: 24px;
    }
    #osobnostiContCont .osobnost .instagram {
        width: 32px;
        height: 32px;
        top: 8px;
        right: 8px;
    }
} 
@media screen and (max-width: 767px) {
    #hpVideo.ugc .hpVideoBanner, html:lang(en) #hpVideo.ugc .hpVideoBanner {
        right: 5%;
    }
}
@media screen and (max-width: 600px) {
    #hpVideo, #hpVideo.ugc {
        text-align: left;
    }
    #hpVideo.ugc .hpVideoBanner {
        right: 0;
    }

    #hpVideo .hpVideoBanner {
        left: -10%;
    }
}