/* Custom CSS overrides */

/* Message popup */
#popup-message-window {
	height: auto!important;
}

#popup-message-window .popup-message-title {
	text-align: center!important;
}

.iframe-wrapper {
	width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}

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

.responsive-img img {
	height: auto!important;
}

@media only screen and (max-width:768px) {
	#popup-message-window {
		width: 300px!important;
		left: 10px!important;
		top: 41px!important;
	}
}
