/*
Theme Name: Roddenberry
Theme URI: http://www.roddenberry.com
Description: Official Theme of Roddenberry Entertainment
Version: 1.008
Author: Mindfaucet
Author URI: http://www.mindfaucet.com
*/


html {
    min-width: 320px;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
}

body {
	min-width: 320px;
    height: 100%;
	margin: 0;
    padding: 0;
	font-family: 'Myriad Set Pro', 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 150%;
	font-weight: normal;
	color: #fff;
    background: #000;
}

a {
	color: #0084b5;
	text-decoration: none;
}

	a:hover {
		color: #dc3737;
	}

	a:focus {
		outline: none;
	}
	
button::-moz-focus-inner {
	border: 0; 
}

input:focus {
	outline: none;
}

input::-moz-focus-inner {
	border: 0; 
}

hr {
	height: 4px;
	color: #e0e0e0;
	background-color: #e0e0e0;
	border: 0px;
}

img {
	border: none;
    height: auto;
}

.clear {
	clear: both;
}

.clear-left {
	clear: left;
}

table {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

tr, td {
	padding: 0;
	margin: 0;
}

h1 {
	padding: 40px 0 0 0;
	margin: 0;
	font-size: 42px;
    line-height: 42px;
	color: #fff;
	font-weight: 500;
    font-family: 'Khand', sans-serif;
}

h2 {
	padding: 40px 0 0 0;
	margin: 0;
	font-size: 36px;
    line-height: 36px;
	color: #fff;
	font-weight: 300;
    font-family: 'Khand', sans-serif;
}

h3 {
	padding: 20px 0 0 0;
	margin: 0;
	font-size: 28px;
    line-height: 28px;
    display: inline;
	color: #fff;
    font-weight: 300;
    font-family: 'Khand', sans-serif;
}

h4 {
    padding: 0;
	margin: 30px 0 0 0;
	font-size: 34px;
    line-height: 34px;
	color: #000;
    font-weight: 300;
    font-family: 'Khand', sans-serif;
}

    h4 strong {
        font-weight: 500;
    }

h5 {
    padding: 0;
	margin: 30px 0 0 0;
	font-size: 28px;
    line-height: 28px;
	color: #000;
    font-weight: 300;
    font-family: 'Khand', sans-serif;
}

    h5 strong {
        font-weight: 500;
    }

h6 {
    padding: 0;
	margin: 0;
	font-size: 18px;
    line-height: 18px;
	color: #000;
    font-weight: 500;
    font-family: 'Khand', sans-serif;
}

p {
    text-align: justify;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

blockquote {
    display: block;
    padding: 20px 0 20px 0;;
    margin: 40px 0 40px 0;
    text-align: center;
	color: #000;
    font-family: Georgia, serif;
    font-size: 24px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

    blockquote p {
        text-align: center;
        font-family: Georgia, serif;
        font-size: 24px;
    }

cite {
    display: block;
    padding: 10px 0 0 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-style: italic;
}

.aligncenter {
    max-width: 90%;
    height: auto !important;
    display: block;
    margin: 15px auto;
    padding: 8px;
}

.alignleft {
    max-width: 40%;
    height: auto !important;
    display: block;
    float: left;
    margin: 5px 15px 5px 0;
    padding: 8px;
}

.alignright {
    max-width: 40%;
    height: auto !important;
    display: block;
    float: right;
    margin: 5px 0 5px 15px;
    padding: 8px;
}

@media (min-width: 0px) and (max-width: 500px) {
    
    .alignright, .alignleft {
        max-width: 90%;
        float: none;
        margin: 15px auto;
        padding: 8px;
        background: #c5c5c5;
    }
    
}

.hidden {
	display: none;
}

figure {
    margin: 0;
}

@media (min-width: 801px) {
    
    .floatright {
        display: block;
        float: right;
        width: 40%;
        margin: 0 0 0 10px;
    }
    
}

@media (min-width: 0px) and (max-width: 800px) {
    
    .floatright {
        display: block;
        margin: 0 auto;
    }
    
}



/* HEADER */

#header {
    height: 105px;
    background: #000;
    width: 100%;
    position: fixed;
    z-index: 10000;
}

#logo {
    width: auto;
    height: 85px;
    margin: 10px;
    display: block;
    float: left;
}

#header-small {
    height: 50px;
    display: none;
    background: #000;
    width: 100%;
    position: fixed;
    z-index: 10000;
}

#logo-small {
    width: auto;
    height: 40px;
    margin: 5px;
    display: block;
    float: left;
}

#header-spacer {
    height: 105px;
}

#header-mini {
    display: none;
    height: 50px;
    background: #000;
    width: 100%;
    min-width: 320px;
    position: fixed;
    z-index: 10000;
}

#logo-mini {
    width: auto;
    height: 40px;
    margin: 5px;
    display: block;
    float: left;
}

#fifty-logo {
    width: auto;
    height: 75px;
    margin: 15px;
    display: block;
    float: right;
}

#fifty-logo-small {
    width: auto;
    height: 40px;
    margin: 5px;
    display: block;
    float: right;
}

#50-logo-mini {
    width: auto;
    height: 40px;
    margin: 5px;
    display: block;
    float: left;
}

/* MENU */

ul#menu {
    text-align: left;
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}
    
ul#menu li {
    font-family: 'Khand', sans-serif;
    font-weight: 300;
    display: inline-block;
    position: relative;
    padding: 0 30px 0 0;
    background: #000;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

    ul#menu li a {
        color: #fff;
        font-size: 24px;
        line-height: 104px;
        padding: 35px 0 35px 10px;
    }

    ul#menu li:hover a, ul#menu li:hover a:hover, ul#menu li a:hover {
        color: #0084b5;
    }

ul#menu li ul li {
    padding: 0; 
}

    ul#menu li ul li:hover {
        background: #0084b5;
    }

    ul#menu li ul li a {
        width: 100%;
        color: #fff;
        font-size: 16px;
        line-height: 28px;
        padding: 0 0 0 10px;
        display: block;
    }

    ul#menu li:hover ul li a, ul#menu li:hover ul li a:hover, ul#menu li ul li a:hover {
        color: #fff;
    }

ul#menu li ul {
    padding: 0;
    position: absolute;
    top: 105px;
    left: 0;
    width: 200px;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 2s;
}

ul#menu li ul li {
    font-size: 16px;
    line-height: 30px;
    background: #2e2e2e; 
    display: block; 
    color: #fff;
    padding: 0;

}

ul#menu li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
}  


/* MENU MINI */

#menu-mini-button {
    width: 80px;
    height: 40px;
    margin: 5px 10px 5px 5px;
    float: right;
    text-indent: -9999px;   
    background: url('style/menu.jpg') no-repeat;
    background-size: 80px 40px;
    cursor: pointer;
}

#menu-mini {
    display: none;
    width: 100%;
    min-width: 300px;
    margin: 50px 0 0 0;
    background: #2e2e2e; 
    position: fixed;
    z-index: 9999; 
    padding: 0 0 5px 0;
}

    #menu-mini a {
        display: block;
        padding: 0 10px 0 15px;
        color: #fff;
        font-family: 'Khand', sans-serif;
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
    }

        #menu-mini a:hover {
            background: #0084b5;
        }

    .menu-mini-column {
        width: 50%;
        float: left;
    }

    #menu-mini a.menu-mini-head {
        font-size: 24px;
        line-height: 36px;
        padding: 0 10px 0 10px;
    }

   #menu-mini a.menu-mini-main {
        font-size: 24px;
        line-height: 36px;
        margin: 16px 0 0 0;
        padding: 0 10px 0 10px;
    }


/* MENU SMALL */

ul#menu-small {
    text-align: left;
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}
    
ul#menu-small li {
    font-family: 'Khand', sans-serif;
    font-weight: 300;
    display: inline-block;
    position: relative;
    padding: 0 30px 0 0;
    background: #000;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

    ul#menu-small li a {
        color: #fff;
        font-size: 24px;
        padding: 5px 0 10px 10px;
        line-height: 46px;
    }

    ul#menu-small li:hover a, ul#menu-small li:hover a:hover, ul#menu-small li a:hover {
        color: #0084b5;
    }

ul#menu-small li ul li {
    padding: 0; 
}

    ul#menu-small li ul li:hover {
        background: #0084b5;
    }

    ul#menu-small li ul li a {
        width: 100%;
        color: #fff;
        font-size: 16px;
        line-height: 28px;
        padding: 0 0 0 10px;
        display: block;
    }

    ul#menu-small li:hover ul li a, ul#menu-small li:hover ul li a:hover, ul#menu-small li ul li a:hover {
        color: #fff;
    }

ul#menu-small li ul {
    padding: 0;
    position: absolute;
    top: 50px;
    left: 0;
    width: 200px;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 2s;
}

ul#menu-small li ul li {
    font-size: 16px;
    line-height: 30px;
    background: #2e2e2e; 
    display: block; 
    color: #fff;
    padding: 0;
}

ul#menu-small li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
}  


/* MENU RESPONSE */

@media (min-width: 891px) and (max-width: 1130px) {
    
    #header {
        display: none;
    }  
    
    #header-small {
        display: block;
    }
    
    #header-spacer {
        height: 50px;
    }
    
}

@media (min-width: 0px) and (max-width: 890px) {
    
    #header {
        display: none;
    }  
    
    #header-mini {
        display: block;
    }
    
    #header-spacer {
        height: 50px;
    }
    
}


/* FEATURE */

#feature-wrap {
    background-position: center top;
}

#feature a {
    width:100%;
    height:100%;
    display:block;
    text-indent:-9999px
}

@media (min-width: 2001px) and (max-width: 10000px) {
    
    #feature-wrap {
        position: relative;
        width: 100%;
        background-size: 100% auto;
    }

    #feature-wrap:before{
        content: "";
        display: block;
        padding-top: 25%;
    }

    #feature {
        position:  absolute;
        top: 0;
        left: 25%;
        bottom: 0;
        right: 25%;
    }
    
}

@media (min-width: 1001px) and (max-width: 2000px) {

    #feature-wrap {
        background-size: 2000px auto;
    }
    
    #feature {
       width: 1000px;
       height: 500px;
        margin: 0 auto;
    }

}

@media (min-width: 0px) and (max-width: 1000px) {

    #feature-wrap {
        position: relative;
        width: 100%;
        background-size: 200% auto;
    }

    #feature-wrap:before{
        content: "";
        display: block;
        padding-top: 50%;
    }

    #feature {
        position:  absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

}


/* SUBFEATURES */

#subfeatures {
    xposition: relative;
    padding: 2px;
}

.subfeature-wrap {
    display: block;
    float: left;
    width: 25%;
}

.subfeature {
    padding: 2px;
}

.subfeature img {
    display: block;
    max-width: 100%;
}

@media (min-width: 0px) and (max-width: 1000px) { 

    .subfeature-wrap {
        width: 50%;
    }
    
}


/* ENTERTAINMENT ITEMS */

#ent-items {
    padding: 2px;
}

.ent-item-wrap {
    display: block;
    float: left;
    width: 20%;
}

.ent-item {
    padding: 2px;
}

.ent-item img {
    display: block;
    max-width: 100%;
}


@media (min-width: 0px) and (max-width: 800px) { 

    .ent-item-wrap {  
        width: 25%;
    }
    
}


/* FRONTPAGE */

.heading-wrap {
    padding: 60px 20px 20px 20px;
}

.heading-wrap h2 {
    text-align: center;
}


/* CONTENT */

.center h1 {
    text-align: center;
}

#featured-image-wrap {
    background-position: center top;
    margin: 0;
}

#featured-image a, #featured-image span {
    width:100%;
    height:100%;
    display:block;
    text-indent:-9999px
}

@media (min-width: 2001px) and (max-width: 10000px) {
    
    #featured-image-wrap {
        position: relative;
        width: 100%;
        background-size: 100% auto;
    }

    #featured-image-wrap:before{
        content: "";
        display: block;
        padding-top: 15%;
    }

    #featured-image {
        position:  absolute;
        top: 0;
        left: 25%;
        bottom: 0;
        right: 25%;
    }
    
}

@media (min-width: 1001px) and (max-width: 2000px) {

    #featured-image-wrap {
        background-size: 2000px auto;
    }
    
    #featured-image {
       width: 1000px;
       height: 300px;
        margin: 0 auto;
    }

}

@media (min-width: 0px) and (max-width: 1000px) {

    #featured-image-wrap {
        position: relative;
        width: 100%;
        background-size: 200% auto;
    }

    #featured-image-wrap:before{
        content: "";
        display: block;
        padding-top: 30%;
    }

    #featured-image {
        position:  absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

}

.content-wrap {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}

.content {
   padding: 0 20px 40px 20px;
}

.content-fullwidth {
    
}

.content-fullwidth h1 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
}

.content-fullwidth p {
    padding-left: 20px;
    padding-right: 20px;
}

.content-center p, .content-center h1, .content-center h2, .content-center h3 {
    text-align: center;
}

.content-center table, .content-center form, .content-center #footer-newsletter {
    margin: 20px auto !important;
    float: none !important;
}

.content-center table {
    max-width: 98% !important;
    overflow: scroll !important;
}

    .content-center.content-newsletter table {
        display: block !important;
        overflow: hidden !important;
        margin-bottom: 30px !important;
    }

    .content-center.content-newsletter table p {
        text-align: left !important;
        padding: 0;
    }

.nav-previous {
    float:left;
    font-weight: bold;
    padding: 20px 0 20px 20px;
}

.nav-next {
    float:right;
    font-weight: bold;
    padding: 20px 20px 20px 0;
}




/* WHITE PAGE */

.white {
    padding: 30px 0 0 0;
    background: #fff;
    color: #000;
}

.white h1, .white h2, .white h3 {
    color: #000;
}   

.wp-block-image img {
    height: auto !important;
}



/* EVENTS PAGE */

.content-events p {
    margin: 0 0 0 140px;
    padding: 0;
}

.content-events h2 {
    margin: 0;
    padding: 0;
    float: left;
}

.content-events h2 img {
    width: 100px;
    height: 100px;
    display: block;
    padding: 8px;
    background: #c5c5c5;
}

.content-events h3 {
    padding: 0;
	margin: 0 0 0 24px;
	font-size: 36px;
    line-height: 36px;
	color: #fff;
	font-weight: 300;
    font-family: 'Khand', sans-serif;
}

.content-events .alignleft {
    position: absolute;
}

.content-events hr {
    margin-top: 20px;
    margin-bottom: 20px;
}


/* ENTERTAINMENT PAGE */

.ent-logo {
    width: 280px;
    padding: 36px 0 0 0;
    float: left;
    overflow: hidden;
}

    .ent-logo img {
        width: 100%;
        height: auto;
        display: block;
    }

.ent-content {
    padding: 20px 0 0 0;
    margin: 0 0 0 300px;    
}

.parallaxParent {
    height: 70%;
    overflow: hidden;
}

.parallaxParent > * {
    height: 200%;
    position: relative;
    top: -93%;
}

.parallaxParent div {
    background-position: center center;
    background-size: auto 60%;
}

@media (min-width: 751px) and (max-width: 1000px) {
    
    .parallaxParent {
        height: 60%;
    }
    
    .parallaxParent > * {
        top: -90%;
    }

}

@media (min-width: 501px) and (max-width: 750px) {
    
    .parallaxParent {
        height: 50%;
    }
    
    .parallaxParent > * {
        top: -86%;
    }
    
    .parallaxParent div {
        background-size: auto 61%;
    }
    
}

@media (min-width: 0) and (max-width: 500px) {
    
    .parallaxParent {
        height: 40%;
    }
    
    .parallaxParent > * {
        top: -84%;
    }

    .parallaxParent div {
        background-size: auto 63%;
    }
    
}


@media (min-width: 601px) and (max-width: 900px) {

    .ent-logo {
        width: 180px;
        padding: 36px 0 0 0;
        float: left;
        overflow: hidden;
    }

    .ent-logo img {
        width: 100%;
        height: auto;
        display: block;
    }

    .ent-content {
        padding: 20px 0 0 0;
        margin: 0 0 0 200px;    
    }
    
}

@media (min-width: 0px) and (max-width: 600px) {

    .ent-logo {
        width: 180px;
        padding: 26px 0 0 0;
        float: none;
        overflow: hidden;
    }

    .ent-logo img {
        width: 100%;
        height: auto;
        display: block;
    }

    .ent-content {
        padding: 10px 0 0 0;
        margin: 0;    
    }
    
}


/* FOOTER */

#footer {
    background: #1f1f1f;
    padding: 40px 10px;
}

#footer-menu {
    max-width: 1400px;
    margin: 0 auto;
	color: #777;
	text-align: center;
	font-size: 22px;
	font-weight: 300;
}

.footer-column {
    width: 25%;
    padding: 10px;
    float: left;
    box-sizing: border-box;
    float: left;
}

#footer-menu h3 {
    padding: 0 0 10px 0;
    margin: 0;
    font-family: 'Khand', sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
}

#footer-menu a {
    margin: 0;
    font-family: 'Khand', sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 22px;
    color: #fff;  
}

    #footer-menu a:hover {
        color: #0084b5;
    }
	
.arrow {
	color: #0084b5;	
}

#subfooter {
    padding: 10px;
    overflow: hidden;
    background: #000;
}

#footer-social-wrap {
    padding: 10px;
    margin: 0 350px 0 0;
    box-sizing: border-box;
}

.footer-social {
    width: 40px;
    height: 40px;
    margin: 0 4px 4px 0;
    display: block;
    float: left;
    text-indent: -9999px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-image: url('style/footer-social.jpg');
    background-size: 280px 40px;
}

#footer-facebook {
    background-position: 0 0
}

#footer-twitter {
    background-position: -40px 0;
}

#footer-instagram {
    background-position: -80px 0;
}

#footer-google {
    background-position: -120px 0;
}

#footer-youtube {
    background-position: -160px 0;
}

#footer-tumblr {
    background-position: -200px 0;
}

#footer-flickr {
   background-position: -240px 0;
}

#footer-newsletter {
    width: 304px;
    height: 40px;
    padding: 0;
    margin: 0 0 0 20px;
    display: block;
    float: left;
}

#footer-newsletter-email {
    width: 192px;
    height: 40px;
    padding: 0 10px;
    margin: 0 0 0 -20px;
    display: block;
    float: left;
    box-sizing: border-box;
    border-style: none;
    border: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #454545;
    color: #c7c7c7;
    font-family: 'Khand', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 40px;
}   

#footer-newsletter-submit {
    width: 92px;
    height: 40pz;
    padding: 0 10px;
    margin: 0;
    display: block;
    float: left;
    box-sizing: border-box;
    border-style: none;
    border: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    font-family: 'Khand', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    background: #ff7f02;
    cursor: pointer;
    text-transform: uppercase;
}

#footer-copyright {
    width: 350px;
    height: 60px;
    float: right;
    text-align: right;
    font-family: 'Khand', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    line-height: 60px;
    box-sizing: border-box;
}

#footer-roddenberry {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 0 0 10px;
    text-indent: 9999px;
    float: right;
    background: url('style/footer-roddenberry.png') no-repeat;
    background-size: 60px 60px;
}

#footer-copyright a {
    color: #fff;
}

#footer-copyright a:hover {
    color: #0084b5;
}

@media (min-width: 0px) and (max-width: 750px) { 
  
    .footer-column {
        width: 33%;
    }
    
    #subfooter {
        padding: 5px;
    }
    
    #footer-copyright {
        float: none;
        width: 100%;
        text-align: center;
     }
    
    #footer-roddenberry {
        display: none;
    }
    
    #footer-social-wrap {
        width: 308px;
        margin: 0 auto;
        padding: 0 0 20px 0;
    }

}

.grecaptcha-badge {
    display: none !important;
}


/* seeTREK */

.ngg-galleryoverview {
    margin-bottom: 0 !important;
}


/* beTREK */

figure.betrek {
    margin-bottom: 0;
}

p.betrek {
    padding: 0;
    margin: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

p.betrek a {

	font-size: 17px;
    line-height: 17px;
	color: #000;
    font-weight: 300;
    font-family: 'Khand', sans-serif;
}

.wp-block-media-text.betrek {
    width: 33.33%;
    float: left;
    display: block;
    padding: 10px;
    margin: 0;
    box-sizing: border-box;
    direction: ltr;
    grid-template-columns: auto;
    grid-template-rows: auto;
}

    @media (min-width: 0px) and (max-width: 600px) {
        
        .wp-block-media-text.betrek {
            width: 100%;
            float: none;
            display: block;
            padding: 10px 0 10px 0;
            margin: 0;
        }
        
    }

.wp-block-media-text.betrek .wp-block-media-text__content {
    padding: 10px 0 0 0;
    margin: 0;
}

.wp-block-media-text.floatthree {
    width: 33.33%;
    float: left;
    display: block;
    padding: 10px;
    margin: 0;
    box-sizing: border-box;
    direction: ltr;
    grid-template-columns: auto;
    grid-template-rows: auto;
}

.wp-block-media-text.floatthree .wp-block-media-text__content {
    padding: 10px 0 0 0;
    margin: 0;
}

    @media (min-width: 800px) {
        
        div.floatthree:nth-child(3n+3) {
            clear: both;
        }
        
    }

    @media (min-width: 450px) and (max-width: 800px) {
        
        .wp-block-media-text.floatthree {
            width: 50%;
        }
        
        div.floatthree:nth-child(2n+1) {
            clear: both;
        }
        
    }

    @media (min-width: 0px) and (max-width: 450px) {
        
        .wp-block-media-text.floatthree {
            width: 100%;
            float: none;
            padding: 10px 0 10px 0;
        }
        
    }

h5 {
    padding: 0;
	margin: 30px 0 0 0;
	font-size: 28px;
    line-height: 28px;
	color: #000;
    font-weight: 300;
    font-family: 'Khand', sans-serif;
}

    h5 strong {
        font-weight: 500;
    }

h6 {
    padding: 0;
	margin: 0;
	font-size: 18px;
    line-height: 18px;
	color: #000;
    font-weight: 500;
    font-family: 'Khand', sans-serif;
}


/* Video Embed */

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.text-and-image .wp-block-media-text__content {
    padding: 0 4% 0 0 !important;
}




